Interface EcdhSharedSecret

All Known Implementing Classes:
EcdhSharedSecretImpl

public interface EcdhSharedSecret
An secp256k1 ECDH shared secret (a 32-byte hash.)
  • Method Summary

    Modifier and Type
    Method
    Description
    byte[]
    Get the 32-byte hash as a byte[]
  • Method Details

    • bytes

      byte[] bytes()
      Get the 32-byte hash as a byte[]
      Returns:
      the secret bytes