Skip to main content

Crate uselesskey_core_hash

Crate uselesskey_core_hash 

Source
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.