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 hashing algorithm, which takes a seed, that is appropriate for general purpose use such as generating hashes for a hash table. |
|
This class provides a hash algorithm wrapper that improves the distribution of varying bits from the |
|
This struct wraps the (template parameter) type |
|
This |
|
This class template implements a seed generator which takes a user supplied random number generator and uses it to generate an arbitrary length seed. Note that this type inherits from the (template parameter) type |
|
This class wraps the (template parameter) |
|
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 an implementation of Bob Jenkin's "SpookyHash" in a BDE‐style component. For more information, see http://burtleburtle.net/bob/hash/spooky.html . |
|
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