Interface EcdhSharedSecret
- All Known Implementing Classes:
EcdhSharedSecretImpl
public interface EcdhSharedSecret
An secp256k1 ECDH shared secret (a 32-byte hash.)
-
Method Summary
-
Method Details
-
bytes
byte[] bytes()Get the 32-byte hash as abyte[]- Returns:
- the secret bytes
-