Bitcoin Core 30.99.0
P2P Digital Currency
Public Member Functions | Private Attributes | List of all members
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: