Create a bslh::WyHashIncrementalAlgorithm, seeded with k_SEED_LENGTH bytes of data starting at the specified seed.

Synopsis

Declared in <bslh_wyhashincrementalalgorithm.h>

explicit
WyHashIncrementalAlgorithm(char const* seed);

Parameters

Name

Description

seed

seed of k_SEED_LENGTH bytes used to initialize the algorithm

Created with MrDocs