Structs§
- Digest
Bytes - The resulting bytes of a digest.
- Hasher
- Provides message digest (hash) computation.
- Message
Digest
Functions§
- hash
- Computes the hash of the
data
with the non-XOF hashert
. - hash_
xof - Computes the hash of the
data
with the XOF hashert
and stores it inbuf
. - hmac_
sha1 - Computes HMAC with SHA-1 digest.
- hmac_
sha256 - Computes HMAC with SHA-256 digest.
- hmac_
sha512 - Computes HMAC with SHA-512 digest.