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

Synopsis

Declared in <util/hasher.h>

class SaltedTxidHasher;

Member Functions

Name

Description

SaltedTxidHasher [constructor]

Construct the hasher with a fresh random salt.

operator()

Compute the salted hash of a transaction id.

Created with MrDocs