pub fn fnv1a(bytes: &[u8]) -> u64Expand description
FNV-1a 64-bit hash of bytes.
Deterministic across processes and platforms; used for partition
assignment (av-bridge) and hashed embeddings (av-loopdetect).
A single implementation prevents silent drift between producers and
consumers of the same hash.