pub fn hash128<T: Hash>(value: &T) -> u128Expand description
Calculate a 128-bit siphash of a value.
Currently, this function use SipHasher13 as the underlying hash
algorithm.
pub fn hash128<T: Hash>(value: &T) -> u128Calculate a 128-bit siphash of a value.
Currently, this function use SipHasher13 as the underlying hash
algorithm.