Function const_fnv1a_hash::fnv1a_hash_str_16_xor
source · pub const fn fnv1a_hash_str_16_xor(input: &str) -> u16
Expand description
Computes 16-bit fnv1a hash from a str using XOR folding.
pub const fn fnv1a_hash_str_16_xor(input: &str) -> u16
Computes 16-bit fnv1a hash from a str using XOR folding.