Skip to main content

short_hash

Function short_hash 

Source
pub fn short_hash(input: &str) -> String
Expand description

A short, stable, non-reversible hash (128-bit hex) of input. Used both to fingerprint rules and to de-identify key values before they reach the shared store, and deterministic across instances so reconciliation keys agree.