[#CSipHasher] = CSipHasher :mrdocs: General SipHash‐2‐4 implementation. == Synopsis Declared in `<crypto/siphash.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- class CSipHasher; ---- == Member Functions [cols="1,4"] |=== | Name| Description | xref:CSipHasher/2constructor.adoc[`CSipHasher`] [.small]#[constructor]# | Construct a SipHash calculator initialized with 128‐bit key (k0, k1). | xref:CSipHasher/Finalize.adoc[`Finalize`] | Compute the 64‐bit SipHash‐2‐4 of the data written so far. The object remains untouched. | xref:CSipHasher/Write-07.adoc[`Write`] | `Write` overloads |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#