pub(crate) fn hash_bytes_short( bytes: &[u8], accumulator: u64, seeds: &[u64; 6], ) -> u64
Hashes strings <= 16 bytes, has unspecified behavior when bytes.len() > 16.