Crate fhash

Source

Modules§

internal

Structs§

FHasher
Stupidly simple hasher.
RandomState
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.