[#SaltedUint256Hasher] = SaltedUint256Hasher :mrdocs: Hashes a uint256 with a per‐instance random salt. == Synopsis Declared in `<util/hasher.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- class SaltedUint256Hasher; ---- == Member Functions [cols="1,4"] |=== | Name| Description | xref:SaltedUint256Hasher/2constructor.adoc[`SaltedUint256Hasher`] [.small]#[constructor]# | Construct the hasher with a fresh random salt. | xref:SaltedUint256Hasher/operator_call.adoc[`operator()`] | Compute the salted hash of a uint256 value. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#