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
stateof SHA-512, and writes the digest tooutputconsumingstate. - Initializes a SHA-512 hasher.
 - Updates
stateof SHA-512 hasher withinput. 
Type Aliases
- Type alias for SHA512 digest output.