Expand description
Fowler-Noll-Vo Hashes
The implementation here is fully no_std
and no_alloc
and implements both FNV-1 and FNV-1a
for u32
, u64
, and u128
hash sizes.
See also the following crates:
Structs§
- Fowler-Noll-Vo FNV-1a Hasher
Traits§
- Fowler-Noll-Vo Hashes
Functions§
- Compute the FNV-1 hash.
- Compute the FNV-1a hash.
Type Aliases§
- A builder for default FNV-1a hasher.