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
Name |
Description |
txid |
The transaction id to hash. |
Created with MrDocs