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

#include <hasher.h>

Public Member Functions

 SaltedUint256Hasher ()
 
size_t operator() (const uint256 &hash) 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

◆ 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 27 of file hasher.h.

Here is the call graph for this function:

Member Data Documentation

◆ k0

const uint64_t SaltedUint256Hasher::k0
private

Salt.

Definition at line 22 of file hasher.h.

◆ k1

const uint64_t SaltedUint256Hasher::k1
private

Definition at line 22 of file hasher.h.


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