![]() |
PIVX Core
5.6.99
P2P Digital Currency
|
#include "arith_uint256.h"#include "crypto/common.h"#include "uint256.h"#include "utilstrencodings.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) |
| uint512 | ArithToUint512 (const arith_uint512 &a) |
| arith_uint512 | UintToArith512 (const uint512 &a) |
| uint256 ArithToUint256 | ( | const arith_uint256 & | a | ) |
| uint512 ArithToUint512 | ( | const arith_uint512 & | a | ) |
Definition at line 342 of file arith_uint256.cpp.
| arith_uint256 UintToArith256 | ( | const uint256 & | a | ) |
| arith_uint512 UintToArith512 | ( | const uint512 & | a | ) |
Definition at line 349 of file arith_uint256.cpp.