Expand description
BLAKE3 (hash / keyed_hash / derive_key + XOF), re-exported from
krypteia-tessera.
Structs§
- Blake3
- Streaming BLAKE3 hasher / XOF.
Functions§
- blake3_
hash - One-shot unkeyed BLAKE3, arbitrary-length XOF output. BLAKE3 spec §2.1.
- derive_
key - One-shot
derive_keyKDF: bindkey_materialtocontext, arbitrary output. The context string should be a hardcoded, application-unique, globally-unique constant. BLAKE3 spec §2.1 / §5. - keyed_
hash - One-shot keyed BLAKE3 (
keyed_hash) over a 32-byte key, arbitrary output. A PRF / MAC. BLAKE3 spec §2.1.