Skip to main content

fingerprint_hash

Function fingerprint_hash 

Source
pub fn fingerprint_hash(text: &str) -> u64
Expand description

Compute a secondary fingerprint hash for collision guard.

Uses a different multiplicative constant than FxHash to produce an independent 64-bit fingerprint.