This class wraps an implementation of the "SpookyHash" hash algorithm in an interface that is usable in the modular hashing system in bslh.
Synopsis
Declared in <bslh_spookyhashalgorithm.h>
class SpookyHashAlgorithm;
Type Aliases
Name |
Description |
Typedef indicating the value type returned by this algorithm. |
Enums
Name |
Description |
Constants used by this algorithm. |
Member Functions
Name |
Description |
|
Constructors |
Return the finalized version of the hash that has been accumulated. Note that this changes the internal state of the object, so calling |
|
Incorporate the specified |
Created with MrDocs