Skip to main content

compute_input_hash

Function compute_input_hash 

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

Deterministic hash of input text. Uses a simple multiplicative hash folded to 16 hex characters.