Skip to main content

compute_wire_hash

Function compute_wire_hash 

Source
pub const fn compute_wire_hash(denotation: &str, version: i64) -> u64
Expand description

FNV-1a 64-bit hash of (denotation, "@", version). Available as a const fn so callers can derive stable identifiers at compile time (e.g. for graph-derived edge identity).