PRCYCoin  2.0.0.7rc1
P2P Digital Currency
Classes | Variables
arith_uint256.h File Reference
#include "blob_uint256.h"
#include "uint512.h"
#include <assert.h>
#include <cstring>
#include <stdexcept>
#include <stdint.h>
#include <string>
#include <vector>
Include dependency graph for arith_uint256.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  uint_error
 
class  base_uint< BITS >
 Template base class for unsigned big integers. More...
 
class  arith_uint160
 160-bit unsigned big integer. More...
 
class  arith_uint256
 256-bit unsigned big integer. More...
 
class  arith_uint512
 512-bit unsigned big integer. More...
 

Variables

const arith_uint256 ARITH_UINT256_ZERO = arith_uint256()
 Old classes definitions. More...
 

Variable Documentation

◆ ARITH_UINT256_ZERO

const arith_uint256 ARITH_UINT256_ZERO = arith_uint256()

Old classes definitions.

End classes definitions

Definition at line 396 of file arith_uint256.h.