Dash Core Source Documentation (0.16.0.1)

Find detailed information regarding the Dash Core source code.

SaltedHasherBase Struct Reference

#include <saltedhasher.h>

Public Member Functions

 SaltedHasherBase ()
 

Public Attributes

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

Detailed Description

Definition at line 42 of file saltedhasher.h.

Constructor & Destructor Documentation

◆ SaltedHasherBase()

SaltedHasherBase::SaltedHasherBase ( )

Definition at line 10 of file saltedhasher.cpp.

Member Data Documentation

◆ k0

const uint64_t SaltedHasherBase::k0

Salt.

Definition at line 45 of file saltedhasher.h.

Referenced by StaticSaltedHasher::operator()().

◆ k1

const uint64_t SaltedHasherBase::k1

Definition at line 45 of file saltedhasher.h.

Referenced by StaticSaltedHasher::operator()().


The documentation for this struct was generated from the following files:
Released under the MIT license