Dash Core Source Documentation (0.16.0.1)
Find detailed information regarding the Dash Core source code.
saltedhasher.cpp
Go to the documentation of this file.
10 SaltedHasherBase::SaltedHasherBase() : k0(GetRand(std::numeric_limits<uint64_t>::max())), k1(GetRand(std::numeric_limits<uint64_t>::max())) {}
Definition: saltedhasher.h:42
Definition: box.hpp:161