Expand description
Deprecated compatibility shim for deterministic hashing helpers.
Prefer uselesskey-core; hashing mechanics are now owned by
uselesskey_core::srp::hash.
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.