[#CSipHasher-2constructor] = xref:CSipHasher.adoc[CSipHasher]::CSipHasher :relfileprefix: ../ :mrdocs: Construct a SipHash calculator initialized with 128‐bit key (k0, k1). == Synopsis Declared in `<crypto/siphash.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- CSipHasher( uint64_t k0, uint64_t k1); ---- == Parameters [cols="1,4"] |=== | Name| Description | *k0* | Low 64 bits of the 128‐bit key. | *k1* | High 64 bits of the 128‐bit key. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#