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 .
Synopsis
Declared in <bslh_spookyhashalgorithmimp.h>
class SpookyHashAlgorithmImp;
Type Aliases
Name |
Description |
16‐bit unsigned integer type used by the implementation. |
|
32‐bit unsigned integer type used by the implementation. |
|
64‐bit unsigned integer type used by the implementation. |
|
8‐bit unsigned integer type used by the implementation. |
Member Functions
Name |
Description |
|
Create a |
Load the finalized hash into the specified |
|
Accumulate the specified |
Static Member Functions
Name |
Description |
Hash the specified |
|
Hash the specified |
|
Hash the specified |
Created with MrDocs