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