Struct fasthash::spooky::SpookyHash32 [] [src]

pub struct SpookyHash32 {}

SpookyHash 32-bit hash functions

Trait Implementations

impl FastHash for SpookyHash32
[src]

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

Hash functions for a byte array.