Dash Core Source Documentation (0.16.0.1)

Find detailed information regarding the Dash Core source code.

SaltedHasherImpl< uint256 > Struct Template Reference

#include <saltedhasher.h>

Static Public Member Functions

static std::size_t CalcHash (const uint256 &v, uint64_t k0, uint64_t k1)
 

Detailed Description

template<>
struct SaltedHasherImpl< uint256 >

Definition at line 34 of file saltedhasher.h.

Member Function Documentation

◆ CalcHash()

static std::size_t SaltedHasherImpl< uint256 >::CalcHash ( const uint256 v,
uint64_t  k0,
uint64_t  k1 
)
inlinestatic

Definition at line 36 of file saltedhasher.h.

References k1, and SipHashUint256().


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