Struct fasthash::xx::XXHash64 [] [src]

pub struct XXHash64 {}

xxHash 64-bit hash functions

Trait Implementations

impl FastHash for XXHash64
[src]

The output hash generated value.

The seed to generate hash value.

[src]

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

[src]

Hash functions for a byte array.

impl BuildHasher for XXHash64
[src]

Type of the hasher that will be created.

[src]

Creates a new hasher. Read more