SaltedTxidHasher::operator()

Compute the salted hash of a transaction id.

Synopsis

Declared in <util/hasher.h>

size_t
operator()(Txid const& txid) const;

Return Value

The salted SipHash of the transaction id.

Parameters

NameDescription
txidThe transaction id to hash.