pub const fn fnv1a_hash(bytes: &[u8]) -> u64
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.