Module hash

Source

Structs§

DigestBytes
The resulting bytes of a digest.
Hasher
Provides message digest (hash) computation.
MessageDigest

Functions§

hash
Computes the hash of the data with the non-XOF hasher t.
hash_xof
Computes the hash of the data with the XOF hasher t and stores it in buf.
hmac_sha1
Computes HMAC with SHA-1 digest.
hmac_sha256
Computes HMAC with SHA-256 digest.
hmac_sha512
Computes HMAC with SHA-512 digest.