Constructors

Synopses

Declared in <bslh_spookyhashalgorithm.h>

Create a SpookyHashAlgorithm using a default initial seed.

Create a bslh::SpookyHashAlgorithm seeded with the specified seed.

explicit
SpookyHashAlgorithm(char const* seed);

Parameters

Name

Description

seed

seed of k_SEED_LENGTH bytes used to initialize the algorithm

Created with MrDocs