Function fasthash::city::hash128_with_seed
[−]
[src]
pub fn hash128_with_seed<T: AsRef<[u8]>>(v: &T, seed: u128) -> u128
CityHash 128-bit hash function for a byte array using HW CRC instruction. For convenience, a 128-bit seed is also hashed into the result. That require SSE4.2 instructions to be available.