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