const fn fnv1a_64(bytes: &[u8], seed: u64) -> u64
Compute FNV-1a 64-bit hash of a byte slice (const-compatible).