Modules§
Structs§
- FHasher
- Stupidly simple hasher.
- Random
State - State used for the random hashing algorithm in
HashMap
andHashSet
.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.