Пример #1
0
Файл: key.go Проект: rht/ipget
func (sk TestBogusPrivateKey) Hash() ([]byte, error) {
	return ic.KeyHash(sk)
}
Пример #2
0
Файл: key.go Проект: rht/ipget
func (pk TestBogusPublicKey) Hash() ([]byte, error) {
	return ic.KeyHash(pk)
}