Expand description
Hash functions
Structs§
- Sha512
State - Internal state for
crypto_hash_*functions.
Functions§
- crypto_
hash_ sha512 - Computes a SHA-512 hash from
input. - crypto_
hash_ sha512_ final - Finalizes
stateof SHA-512, and writes the digest tooutputconsumingstate. - crypto_
hash_ sha512_ init - Initializes a SHA-512 hasher.
- crypto_
hash_ sha512_ update - Updates
stateof SHA-512 hasher withinput.
Type Aliases§
- Digest
- Type alias for SHA512 digest output.