[#BloombergLP-bslh-DefaultSeededHashAlgorithm-2constructor] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslh.adoc[bslh]::xref:BloombergLP/bslh/DefaultSeededHashAlgorithm.adoc[DefaultSeededHashAlgorithm]::DefaultSeededHashAlgorithm :relfileprefix: ../../../ :mrdocs: Create a `bslh::DefaultSeededHashAlgorithm`, seeded with the (`k_SEED_LENGTH` bytes) seed pointed to by the specified `seed`. Each bit of the supplied seed will contribute to the final hash produced by `computeHash()`. The behaviour is undefined unless `seed` points to at least `k_SEED_LENGTH` bytes of initialized memory. == Synopsis Declared in `<bslh_defaultseededhashalgorithm.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- explicit DefaultSeededHashAlgorithm(char const* seed); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#