Skip to main content

circuit_hash

Function circuit_hash 

Source
pub fn circuit_hash(circuit: &str) -> String
Expand description

Compute an FNV-1a hex string for circuit correlation.

Note: not cryptographically secure — suitable for correlation/deduplication only.