[#SaltedUint256Hasher-operator_call] = xref:SaltedUint256Hasher.adoc[SaltedUint256Hasher]::operator() :relfileprefix: ../ :mrdocs: Compute the salted hash of a uint256 value. == Synopsis Declared in `<util/hasher.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- size_t operator()(xref:uint256.adoc[uint256] const& hash) const; ---- == Return Value The salted SipHash of the value. == Parameters [cols="1,4"] |=== | Name| Description | *hash* | The value to hash. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#