Function foldhash::hash_bytes_medium

source ยท
pub(crate) fn hash_bytes_medium(
    bytes: &[u8],
    s0: u64,
    s1: u64,
    fold_seed: u64,
) -> u64
Expand description

Hashes strings >= 16 bytes, has unspecified behavior when bytes.len() < 16.