Crate yafnv

source ·
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§

Traits§

  • Fowler-Noll-Vo Hashes

Functions§

  • Compute the FNV-1 hash.
  • Compute the FNV-1a hash.

Type Aliases§