Bitcoin Core 31.0.0
P2P Digital Currency
Loading...
Searching...
No Matches
SaltedSipHasher Class Reference

#include <hasher.h>

Public Member Functions

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

Private Attributes

const uint64_t m_k0
 Salt.
const uint64_t m_k1

Detailed Description

Definition at line 108 of file hasher.h.

Constructor & Destructor Documentation

◆ SaltedSipHasher()

SaltedSipHasher::SaltedSipHasher ( )

Definition at line 30 of file hasher.cpp.

Member Function Documentation

◆ operator()()

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

Definition at line 35 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 112 of file hasher.h.

◆ m_k1

const uint64_t SaltedSipHasher::m_k1
private

Definition at line 112 of file hasher.h.


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