![]() |
Dash Core
0.12.2.1
P2P Digital Currency
|
#include <assert.h>
#include <cstring>
#include <stdexcept>
#include <stdint.h>
#include <string>
#include <vector>
Go to the source code of this file.
Classes | |
class | uint_error |
class | base_uint< BITS > |
class | arith_uint256 |
Functions | |
uint256 | ArithToUint256 (const arith_uint256 &) |
arith_uint256 | UintToArith256 (const uint256 &) |
uint256 ArithToUint256 | ( | const arith_uint256 & | ) |
Definition at line 247 of file arith_uint256.cpp.
Referenced by CMasternode::CalculateScore(), base_uint< 256 >::GetHex(), RelayAddress(), SendMessages(), and CGovernanceManager::UpdateCurrentWatchdog().
arith_uint256 UintToArith256 | ( | const uint256 & | ) |
Definition at line 254 of file arith_uint256.cpp.
Referenced by BitcoinMiner(), CalculateNextWorkRequired(), CMasternode::CalculateScore(), CheckProofOfWork(), ConnectBlock(), DarkGravityWave(), GetNextWorkRequiredBTC(), CSuperblock::GetPaymentsLimit(), IsInitialBlockDownload(), KimotoGravityWell(), sortProposalsByVotes::operator()(), RelayAddress(), SendMessages(), base_uint< 256 >::SetHex(), and CGovernanceManager::UpdateCurrentWatchdog().