Expand description
Length-prefixed hashing helpers for deterministic fixture derivation.
Wraps BLAKE3 to provide collision-resistant, deterministic digests used
throughout the uselesskey workspace for seed derivation and artifact identity.
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.
Functions§
- hash32
- Compute a BLAKE3 digest over input bytes.
- write_
len_ prefixed - Write a length-prefixed byte slice into a BLAKE3 hasher.