Struct fasthash::murmur3::Murmur3_x64_128 [] [src]

pub struct Murmur3_x64_128 {}

MurmurHash3 128-bit hash functions for 64-bit processors

Trait Implementations

impl FastHash for Murmur3_x64_128
[src]

The output hash generated value.

The seed to generate hash value.

Hash functions for a byte array. For convenience, a seed is also hashed into the result. Read more

Hash functions for a byte array.

impl BuildHasher for Murmur3_x64_128
[src]

Type of the hasher that will be created.

Creates a new hasher. Read more