Module crypto_hash

Source
Expand description

Hash functions

Structs§

Sha512State
Internal state for crypto_hash_* functions.

Functions§

crypto_hash_sha512
Computes a SHA-512 hash from input.
crypto_hash_sha512_final
Finalizes state of SHA-512, and writes the digest to output consuming state.
crypto_hash_sha512_init
Initializes a SHA-512 hasher.
crypto_hash_sha512_update
Updates state of SHA-512 hasher with input.

Type Aliases§

Digest
Type alias for SHA512 digest output.