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