ed25519_blake2b v0.1.1 Ed25519Blake2b.Native View Source
Link to this section Summary
Link to this section Functions
Link to this function
derive_public_key(secret_key) View Source
Link to this function
hash(message, digest_size)
View Source
hash(message, digest_size)
View Source
hash(binary(), pos_integer()) :: binary()
hash(binary(), pos_integer()) :: binary()
Link to this function
sign(keypair, message) View Source
Link to this function
verify(message, signature, public_key) View Source
Link to this function