コード例 #1
0
ファイル: key.go プロジェクト: andradeandrey/go-ipfs
// Equals checks whether this key is equal to another
func (sk TestBogusPrivateKey) Equals(k ic.Key) bool {
	return ic.KeyEqual(sk, k)
}
コード例 #2
0
ファイル: key.go プロジェクト: andradeandrey/go-ipfs
// Equals checks whether this key is equal to another
func (pk TestBogusPublicKey) Equals(k ic.Key) bool {
	return ic.KeyEqual(pk, k)
}