Skip to main content

fnv1a

Function fnv1a 

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