Function xxhash_c::xxh3_128[][src]

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

Calculates 128bit hash of provided input using XXH3.

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