fnv1a_hash

Function fnv1a_hash 

Source
pub const fn fnv1a_hash(bytes: &[u8]) -> u64
Expand description

Compute FNV-1a hash of a byte slice (const-compatible).

FNV-1a is a simple, fast hash with good distribution properties. We use 64-bit version for low collision probability.