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 tooutput
consumingstate
. - Initializes a SHA-512 hasher.
- Updates
state
of SHA-512 hasher withinput
.
Type Aliases
- Type alias for SHA512 digest output.