Function highhash::murmur::hash128_x64[][src]

pub fn hash128_x64<T: AsRef<[u8]>>(v: T) -> u128
Expand description

MurmurHash3 64-bit implementation of the 128-bit hashing algorithm. The seed is always 0 in this version.