Structs
- A builder for building GxHasher with randomized seeds by default, for improved DOS resistance.
- A
Hasher
for hashing an arbitrary stream of bytes.
Functions
- Hashes an arbitrary stream of bytes to an u32.
- Hashes an arbitrary stream of bytes to an u64.
- Hashes an arbitrary stream of bytes to an u128.
Type Aliases
- A
HashMap
using a (DOS-resistant)GxBuildHasher
. - A
HashSet
using a (DOS-resistant)GxBuildHasher
.