Function fasthash::t1ha::hash64_with_seed [] [src]

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

T1Hash 64-bit hash function for a byte array using HW CRC instruction. That require SSE4.2 instructions to be available. For convenience, a 64-bit seed is also hashed into the result.