[#PresaltedSipHasher-operator_call-08] = xref:PresaltedSipHasher.adoc[PresaltedSipHasher]::operator() :relfileprefix: ../ :mrdocs: Equivalent to CSipHasher(k0, k1).Write(val).Finalize(). == Synopsis Declared in `<crypto/siphash.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- uint64_t operator()(xref:uint256.adoc[uint256] const& val) const noexcept; ---- == Return Value The resulting 64‐bit hash. == Parameters [cols="1,4"] |=== | Name| Description | *val* | The 256‐bit value to hash. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#