Function fasthash::spooky::hash32_with_seed
[−]
[src]
pub fn hash32_with_seed<T: AsRef<[u8]>>(v: &T, seed: u32) -> u32
SpookyHash 32-bit hash functions for a byte array. For convenience, a 32-bit seed is also hashed into the result.