Constructors
Declared in <bslh_spookyhashalgorithm.h>
Create a SpookyHashAlgorithm using a default initial seed.
SpookyHashAlgorithm();
» more...
Create a bslh::SpookyHashAlgorithm seeded with the specified seed.
explicit
SpookyHashAlgorithm(char const* seed);
» more...
| Name | Description |
|---|---|
| seed | seed of k_SEED_LENGTH bytes used to initialize the algorithm |