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

Synopsis

Declared in <util/hasher.h>

class SaltedWtxidHasher;

Member Functions

Name

Description

SaltedWtxidHasher [constructor]

Construct the hasher with a fresh random salt.

operator()

Compute the salted hash of a witness transaction id.

Created with MrDocs