Hashes a transaction id (Txid) with a per-instance random salt.
Declared in <util/hasher.h>
class SaltedTxidHasher;
| Name | Description |
|---|---|
SaltedTxidHasher [constructor] | Construct the hasher with a fresh random salt. |
operator() | Compute the salted hash of a transaction id. |