Struct fasthash::farm::FarmHash64 [] [src]

pub struct FarmHash64 {}

FarmHash 64-bit hash functions

Methods

impl FarmHash64
[src]

Hash functions for a byte array. For convenience, seeds are also hashed into the result.

Trait Implementations

impl FastHash for FarmHash64
[src]

The output hash generated value.

The seed to generate hash value.

Hash functions for a byte array.

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

impl BuildHasher for FarmHash64
[src]

Type of the hasher that will be created.

Creates a new hasher. Read more