hash_bytes_short

Function hash_bytes_short 

Source
pub(crate) fn hash_bytes_short(
    bytes: &[u8],
    accumulator: u64,
    seeds: &[u64; 6],
) -> u64
Expand description

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