Struct fnv::FnvHasher [−][src]
An implementation of the Fowler–Noll–Vo hash function.
See the crate documentation for more details.
Methods
impl FnvHasher
[src]
[−]
impl FnvHasher
pub fn with_key(key: u64) -> FnvHasher
[src]
[−]
pub fn with_key(key: u64) -> FnvHasher
Create an FNV hasher starting with a state corresponding
to the hash key
.