Bitcoin Core 31.0.0
P2P Digital Currency
Loading...
Searching...
No Matches
arith_uint256.h File Reference
#include <compare>
#include <cstdint>
#include <cstring>
#include <limits>
#include <stdexcept>
#include <string>
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_uint256
 256-bit unsigned big integer. More...

Functions

uint256 ArithToUint256 (const arith_uint256 &a)
arith_uint256 UintToArith256 (const uint256 &a)

Function Documentation

◆ ArithToUint256()

uint256 ArithToUint256 ( const arith_uint256 & a)

Definition at line 260 of file arith_uint256.cpp.

Here is the caller graph for this function:

◆ UintToArith256()

arith_uint256 UintToArith256 ( const uint256 & a)

Definition at line 261 of file arith_uint256.cpp.

Here is the caller graph for this function: