hash_bytes_long

Function hash_bytes_long 

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

Hashes strings > 16 bytes.

ยงSafety

v.len() must be > 16 bytes.