pub fn xxh3_128(input: &[u8]) -> u128
Expand description

Calculates 128bit hash of provided input using XXH3.

Generally the same algorithm as 64bit version, but allowing to get 128bit output.