Expand description
Holds the implementation of several variants of Fowler–Noll–Vo hash functions and their corresponding builders.
Structs§
- FNV1_64
- The FNV algorithm in version 1 with 64bit size.
- FNV1_
64Hasher Builder - A standard builder that produces
FNV1_64hash with fixed seed. - FNV1_
128 - The FNV algorithm in version 1 with 128bit size.
- FNV1_
128Hasher Builder - A standard builder that produces
FNV1_128hash with fixed seed. - FNV1a_
64 - The FNV algorithm in version 1a with 64bit size.
- FNV1a_
64Hasher Builder - A standard builder that produces
FNV1a_64hash with fixed seed. - FNV1a_
128 - The FNV algorithm in version 1a with 128bit size.
- FNV1a_
128Hasher Builder - A standard builder that produces
FNV1a_128hash with fixed seed.