Crate fhash

source ·

Modules

Structs

  • Stupidly simple hasher.
  • State used for the random hashing algorithm in HashMap and HashSet. RandomState introduces randomness into the hashing process to mitigate certain types of hash collision attacks, enhancing the security and resilience of the data structures. It is designed to make it harder for attackers to predict hash values and exploit vulnerabilities in the hash function.