![]() |
Dash Core
0.12.2.1
P2P Digital Currency
|
#include "arith_uint256.h"
#include "uint256.h"
#include "utilstrencodings.h"
#include "crypto/common.h"
#include <stdio.h>
#include <string.h>
Go to the source code of this file.
Functions | |
uint256 | ArithToUint256 (const arith_uint256 &a) |
arith_uint256 | UintToArith256 (const uint256 &a) |
uint256 ArithToUint256 | ( | const arith_uint256 & | a | ) |
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 & | a | ) |
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().