Function foldhash::hash_bytes_long
source ยท pub(crate) fn hash_bytes_long(
bytes: &[u8],
s0: u64,
s1: u64,
s2: u64,
s3: u64,
fold_seed: u64,
) -> u64
Expand description
Hashes strings >= 16 bytes, has unspecified behavior when bytes.len() < 16.