Bitcoin Core 31.0.0
P2P Digital Currency
Loading...
Searching...
No Matches
SaltedTxidHasher Class Reference

#include <hasher.h>

Collaboration diagram for SaltedTxidHasher:
[legend]

Public Member Functions

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

Private Attributes

const PresaltedSipHasher m_hasher

Detailed Description

Definition at line 31 of file hasher.h.

Constructor & Destructor Documentation

◆ SaltedTxidHasher()

SaltedTxidHasher::SaltedTxidHasher ( )

Definition at line 15 of file hasher.cpp.

Member Function Documentation

◆ operator()()

size_t SaltedTxidHasher::operator() ( const Txid & txid) const
inline

Definition at line 38 of file hasher.h.

Here is the call graph for this function:

Member Data Documentation

◆ m_hasher

const PresaltedSipHasher SaltedTxidHasher::m_hasher
private

Definition at line 33 of file hasher.h.


The documentation for this class was generated from the following files: