Ejemplo n.º 1
0
Archivo: key.go Proyecto: rht/bssim
// Equals checks whether this key is equal to another
func (sk TestBogusPrivateKey) Equals(k ic.Key) bool {
	return ic.KeyEqual(sk, k)
}
Ejemplo n.º 2
0
Archivo: key.go Proyecto: rht/bssim
// Equals checks whether this key is equal to another
func (pk TestBogusPublicKey) Equals(k ic.Key) bool {
	return ic.KeyEqual(pk, k)
}