Function fasthash::metro::hash128_with_seed [] [src]

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

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