Bitcoin Core 30.99.0
P2P Digital Currency
Public Member Functions | Private Attributes | List of all members
SaltedUint256Hasher Class Reference

#include <hasher.h>

Collaboration diagram for SaltedUint256Hasher:
[legend]

Public Member Functions

 SaltedUint256Hasher ()
 
size_t operator() (const uint256 &hash) const
 

Private Attributes

const PresaltedSipHasher m_hasher
 

Detailed Description

Definition at line 18 of file hasher.h.

Constructor & Destructor Documentation

◆ SaltedUint256Hasher()

SaltedUint256Hasher::SaltedUint256Hasher ( )

Definition at line 10 of file hasher.cpp.

Member Function Documentation

◆ operator()()

size_t SaltedUint256Hasher::operator() ( const uint256 hash) const
inline

Definition at line 25 of file hasher.h.

Member Data Documentation

◆ m_hasher

const PresaltedSipHasher SaltedUint256Hasher::m_hasher
private

Definition at line 20 of file hasher.h.


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