[#CServiceHash-2constructor-08] = xref:CServiceHash.adoc[CServiceHash]::CServiceHash :relfileprefix: ../ :mrdocs: Constructors == Synopses Declared in `<netaddress.h>` Construct a hasher seeded with random salt values. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:CServiceHash/2constructor-0f.adoc[CServiceHash](); ---- [.small]#xref:CServiceHash/2constructor-0f.adoc[_» more..._]# Construct a hasher with explicit salt values. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:CServiceHash/2constructor-0a.adoc[CServiceHash]( uint64_t salt_k0, uint64_t salt_k1); ---- [.small]#xref:CServiceHash/2constructor-0a.adoc[_» more..._]# == Parameters [cols="1,4"] |=== | Name| Description | *salt_k0* | The first 64‐bit SipHash salt value. | *salt_k1* | The second 64‐bit SipHash salt value. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#