PRCYCoin  2.0.0.7rc1
P2P Digital Currency
Functions
uint256.cpp File Reference
#include "uint256.h"
#include "crypto/common.h"
Include dependency graph for uint256.cpp:

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)
 

Function Documentation

◆ ArithToUint256()

uint256 ArithToUint256 ( const arith_uint256 a)

Definition at line 119 of file uint256.cpp.

◆ ArithToUint512()

uint512 ArithToUint512 ( const arith_uint512 a)

Definition at line 134 of file uint256.cpp.

◆ UintToArith256()

arith_uint256 UintToArith256 ( const uint256 a)

Definition at line 126 of file uint256.cpp.

◆ UintToArith512()

arith_uint512 UintToArith512 ( const uint512 a)

Definition at line 142 of file uint256.cpp.