Namespace containing modular hashing algorithms and utilities.
Types
Name |
Description |
This class wraps an unspecified default hashing algorithm that is appropriate for general purpose use such as generating hashes for a hash table. |
|
This class wraps an unspecified default seeded hashing algorithm. |
|
This class provides a hash algorithm wrapper that improves the distribution of varying bits from the |
|
This struct wraps the (template parameter) type |
|
Wrapper that places a hash algorithm into the |
|
This class template generates arbitrary‐length seeds from a user‐supplied RNG. |
|
This class wraps a seeded hash algorithm in a C++11‐compatible hash interface. |
|
This class wraps an implementation of the "SipHash" algorithm in an interface that is usable in the modular hashing system in |
|
This class wraps an implementation of the "SpookyHash" hash algorithm in an interface that is usable in the modular hashing system in |
|
This class wraps Bob Jenkins' SpookyHash in a BDE‐style component. |
|
This class wraps an implementation of the "WyHash" hash algorithm in an interface that is usable in the modular hashing system in |
|
Component‐private utility for hashing tuple elements in reverse order. |
Functions
Name |
Description |
|
Created with MrDocs