Function fasthash::metro::hash64_with_seed [] [src]

pub fn hash64_with_seed<T: AsRef<[u8]>>(v: &T, seed: u32) -> u64

MetroHash 64-bit hash function for a byte array using HW CRC instruction. For convenience, a 64-bit seed is also hashed into the result.