[#SaltedSipHasher] = SaltedSipHasher :mrdocs: Hashes an arbitrary byte span with a per‐instance random SipHash salt. == Synopsis Declared in `<util/hasher.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- class SaltedSipHasher; ---- == Member Functions [cols="1,4"] |=== | Name| Description | xref:SaltedSipHasher/2constructor.adoc[`SaltedSipHasher`] [.small]#[constructor]# | Construct the hasher with a fresh random salt. | xref:SaltedSipHasher/operator_call.adoc[`operator()`] | Compute the salted SipHash of a byte span. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#