256-bit opaque blob.
More...
#include <uint256.h>
256-bit opaque blob.
- Note
- This type is called uint256 for historical reasons only. It is an opaque blob of 256 bits and has no integer operations. Use arith_uint256 if those are required.
Definition at line 129 of file uint256.h.
◆ uint256() [1/3]
constexpr uint256::uint256 |
( |
| ) |
|
|
inlineconstexpr |
◆ uint256() [2/3]
constexpr uint256::uint256 |
( |
uint8_t |
v | ) |
|
|
inlineexplicitconstexpr |
◆ uint256() [3/3]
uint256::uint256 |
( |
const std::vector< uint8_t > & |
vch | ) |
|
|
inlineexplicit |
◆ ONE
◆ ZERO
The documentation for this class was generated from the following files: