Struct fasthash::farm::FarmHash128
[−]
[src]
pub struct FarmHash128 {}
FarmHash 128-bit hash functions
Trait Implementations
impl FastHash for FarmHash128
[src]
type Value = u128
type Seed = u128
fn hash<T: AsRef<[u8]>>(bytes: &T) -> u128
[−]
Hash functions for a byte array.
fn hash_with_seed<T: AsRef<[u8]>>(bytes: &T, seed: u128) -> u128
[−]
Hash functions for a byte array. For convenience, a seed is also hashed into the result. Read more
impl BuildHasher for FarmHash128
[src]
type Hasher = FarmHasher128
Type of the hasher that will be created.
fn build_hasher(&self) -> Self::Hasher
[−]
Creates a new hasher. Read more