Expand description
The BLAKE3 cryptographic hash function.
See crate ::blake3
.
Structs§
- Hash
- An output of the default size, 32 bytes, which provides constant-time equality checking.
- Hasher
- An incremental hash state that can accept any number of writes.
- HexError
- The error type for
Hash::from_hex
. - Output
Reader - An incremental reader for extended output, returned by
Hasher::finalize_xof
.
Constants§
Functions§
- derive_
key - The key derivation function.
- hash
- The default hash function.
- keyed_
hash - The keyed hash function.