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

#include <hasher.h>

Public Member Functions

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

Private Attributes

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

Detailed Description

Definition at line 46 of file hasher.h.

Constructor & Destructor Documentation

◆ SaltedWtxidHasher()

SaltedWtxidHasher::SaltedWtxidHasher ( )

Definition at line 18 of file hasher.cpp.

Member Function Documentation

◆ operator()()

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

Definition at line 55 of file hasher.h.

Here is the call graph for this function:

Member Data Documentation

◆ k0

const uint64_t SaltedWtxidHasher::k0
private

Salt.

Definition at line 50 of file hasher.h.

◆ k1

const uint64_t SaltedWtxidHasher::k1
private

Definition at line 50 of file hasher.h.


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