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

#include <hasher.h>

Public Member Functions

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

Private Attributes

const uint64_t k0
 Salt. More...
 
const uint64_t k1
 

Detailed Description

Definition at line 18 of file hasher.h.

Constructor & Destructor Documentation

◆ SaltedTxidHasher()

SaltedTxidHasher::SaltedTxidHasher ( )

Definition at line 10 of file hasher.cpp.

Member Function Documentation

◆ operator()()

size_t SaltedTxidHasher::operator() ( const uint256 txid) const
inline

Definition at line 27 of file hasher.h.

Here is the call graph for this function:

Member Data Documentation

◆ k0

const uint64_t SaltedTxidHasher::k0
private

Salt.

Definition at line 22 of file hasher.h.

◆ k1

const uint64_t SaltedTxidHasher::k1
private

Definition at line 22 of file hasher.h.


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