Function xxhash_c::xxh32

source · []
pub fn xxh32(input: &[u8], seed: u32) -> u32
Expand description

Calculates 32bit hash of provided input

Optimal on 32bit targets.