PIVX Core
5.6.99
P2P Digital Currency
src
saltedhasher.cpp
Go to the documentation of this file.
1
// Copyright (c) 2019 The Dash Core developers
2
// Distributed under the MIT software license, see the accompanying
3
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
4
5
#include "
saltedhasher.h
"
6
#include "
random.h
"
7
8
#include <limits>
9
10
SaltedHasherBase::SaltedHasherBase
() : k0(
GetRand
(
std
::numeric_limits<uint64_t>::max())), k1(
GetRand
(
std
::numeric_limits<uint64_t>::max())) {}
11
12
SaltedHasherBase
StaticSaltedHasher::s
;
std
Definition:
uint256.h:212
GetRand
uint64_t GetRand(uint64_t nMax) noexcept
Definition:
random.cpp:586
random.h
saltedhasher.h
SaltedHasherBase
Definition:
saltedhasher.h:43
SaltedHasherBase::SaltedHasherBase
SaltedHasherBase()
Definition:
saltedhasher.cpp:10
StaticSaltedHasher::s
static SaltedHasherBase s
Definition:
saltedhasher.h:66
Generated on Wed Apr 2 2025 00:40:33 for PIVX Core by
1.9.1