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

#include <hasher.h>

Collaboration diagram for SaltedWtxidHasher:
[legend]

Public Member Functions

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

Private Attributes

const PresaltedSipHasher m_hasher

Detailed Description

Definition at line 44 of file hasher.h.

Constructor & Destructor Documentation

◆ SaltedWtxidHasher()

SaltedWtxidHasher::SaltedWtxidHasher ( )

Definition at line 20 of file hasher.cpp.

Member Function Documentation

◆ operator()()

size_t SaltedWtxidHasher::operator() ( const Wtxid & wtxid) const
inline

Definition at line 51 of file hasher.h.

Here is the call graph for this function:

Member Data Documentation

◆ m_hasher

const PresaltedSipHasher SaltedWtxidHasher::m_hasher
private

Definition at line 46 of file hasher.h.


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