pub fn circuit_hash(circuit: &str) -> String
Compute an FNV-1a hex string for circuit correlation.
Note: not cryptographically secure — suitable for correlation/deduplication only.