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:
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: