Function fasthash::city::hash64_with_seeds [] [src]

pub fn hash64_with_seeds<T: AsRef<[u8]>>(v: &T, seed0: u64, seed1: u64) -> u64

CityHash 64-bit hash function for a byte array. For convenience, two seeds are also hashed into the result.