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