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

#include <hasher.h>

Public Member Functions

 SaltedSipHasher ()
 
size_t operator() (const Span< const unsigned char > &script) const
 

Private Attributes

const uint64_t m_k0
 Salt. More...
 
const uint64_t m_k1
 

Detailed Description

Definition at line 89 of file hasher.h.

Constructor & Destructor Documentation

◆ SaltedSipHasher()

SaltedSipHasher::SaltedSipHasher ( )

Definition at line 17 of file hasher.cpp.

Member Function Documentation

◆ operator()()

size_t SaltedSipHasher::operator() ( const Span< const unsigned char > &  script) const

Definition at line 19 of file hasher.cpp.

Here is the call graph for this function:

Member Data Documentation

◆ m_k0

const uint64_t SaltedSipHasher::m_k0
private

Salt.

Definition at line 93 of file hasher.h.

◆ m_k1

const uint64_t SaltedSipHasher::m_k1
private

Definition at line 93 of file hasher.h.


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