This class wraps an implementation of the "SpookyHash" hash algorithm in an interface that is usable in the modular hashing system in bslh.
Declared in <bslh_spookyhashalgorithm.h>
class SpookyHashAlgorithm;
| Name | Description |
|---|---|
result_type | Typedef indicating the value type returned by this algorithm. |
| Name | Description |
|---|---|
Unnamed enum | Constants used by this algorithm. |
| Name | Description |
|---|---|
SpookyHashAlgorithm [constructor] | Constructors |
computeHash | Return the finalized hash value accumulated by this algorithm. |
operator() | Incorporate the specified data of numBytes into the hash state. |