Module dryoc::crypto_hash[][src]

Hash functions

Structs

HashSha512

SHA-512 wrapper, for more ergonomic usage

Functions

crypto_hash_sha512

Computes a SHA-512 hash from `input’

crypto_hash_sha512_final

Finalizes state of SHA-512 and return hash result, consuming state

crypto_hash_sha512_init

Initializes SHA-512 hasher

crypto_hash_sha512_update

Updates state of SHA-512 hasher with input