SaltedWtxidHasher::operator()

Compute the salted hash of a witness transaction id.

Synopsis

Declared in <util/hasher.h>

size_t
operator()(Wtxid const& wtxid) const;

Return Value

The salted SipHash of the witness transaction id.

Parameters

NameDescription
wtxidThe witness transaction id to hash.