[#BloombergLP-bslh-SpookyHashAlgorithm] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslh.adoc[bslh]::SpookyHashAlgorithm :relfileprefix: ../../ :mrdocs: This class wraps an implementation of the "SpookyHash" hash algorithm in an interface that is usable in the modular hashing system in `bslh`. == Synopsis Declared in `<bslh_spookyhashalgorithm.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- class SpookyHashAlgorithm; ---- == Type Aliases [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bslh/SpookyHashAlgorithm/result_type.adoc[`result_type`] | Typedef indicating the value type returned by this algorithm. |=== == Enums [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bslh/SpookyHashAlgorithm/_04enum.adoc[`Unnamed enum`] | Constants used by this algorithm. |=== == Member Functions [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bslh/SpookyHashAlgorithm/2constructor-0c.adoc[`SpookyHashAlgorithm`] [.small]#[constructor]# | Constructors | xref:BloombergLP/bslh/SpookyHashAlgorithm/computeHash.adoc[`computeHash`] | Return the finalized hash value accumulated by this algorithm. | xref:BloombergLP/bslh/SpookyHashAlgorithm/operator_call.adoc[`operator()`] | Incorporate the specified `data` of `numBytes` into the hash state. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#