[#BloombergLP-bslh-SpookyHashAlgorithm-2constructor-0c] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslh.adoc[bslh]::xref:BloombergLP/bslh/SpookyHashAlgorithm.adoc[SpookyHashAlgorithm]::SpookyHashAlgorithm :relfileprefix: ../../../ :mrdocs: Constructors == Synopses Declared in `<bslh_spookyhashalgorithm.h>` Create a `SpookyHashAlgorithm` using a default initial seed. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bslh/SpookyHashAlgorithm/2constructor-07.adoc[SpookyHashAlgorithm](); ---- [.small]#xref:BloombergLP/bslh/SpookyHashAlgorithm/2constructor-07.adoc[_» more..._]# Create a `bslh::SpookyHashAlgorithm`, seeded with a 128‐bit (`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 16 bytes of initialized memory. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- explicit xref:BloombergLP/bslh/SpookyHashAlgorithm/2constructor-0d.adoc[SpookyHashAlgorithm](char const* seed); ---- [.small]#xref:BloombergLP/bslh/SpookyHashAlgorithm/2constructor-0d.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#