pub fn hash_xxh3_hash128<T: DeterministicHash>(input: T) -> [u8; 16]Expand description
Hash some content with the Xxh3Hash128 non-cryptographic hash function.
pub fn hash_xxh3_hash128<T: DeterministicHash>(input: T) -> [u8; 16]Hash some content with the Xxh3Hash128 non-cryptographic hash function.