SaltedTxidHasher

Hashes a transaction id (Txid) with a per-instance random salt.

Synopsis

Declared in <util/hasher.h>

class SaltedTxidHasher;

Member Functions

NameDescription
SaltedTxidHasher [constructor]Construct the hasher with a fresh random salt.
operator() Compute the salted hash of a transaction id.