Module dryoc::classic::crypto_hash
source · Expand description
Hash functions
Structs
Internal state for
crypto_hash_* functions.Functions
Computes a SHA-512 hash from
input.Finalizes
state of SHA-512, and writes the digest to output consuming
state.Initializes a SHA-512 hasher.
Updates
state of SHA-512 hasher with input.Type Definitions
Type alias for SHA512 digest output.