#include "crypto/common.h"
#include <assert.h>
#include <cstring>
#include <stdexcept>
#include <stdint.h>
#include <string>
#include <vector>
Go to the source code of this file.
◆ uint256S() [1/2]
| uint256 uint256S |
( |
const char * |
str | ) |
|
|
inline |
◆ uint256S() [2/2]
| uint256 uint256S |
( |
const std::string & |
str | ) |
|
|
inline |
◆ uint512S() [1/2]
| uint512 uint512S |
( |
const char * |
str | ) |
|
|
inline |
◆ uint512S() [2/2]
| uint512 uint512S |
( |
const std::string & |
str | ) |
|
|
inline |
◆ UINT256_MAX
| const uint256 UINT256_MAX = uint256S("ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff") |
◆ UINT256_ONE
| const uint256 UINT256_ONE = uint256S("0000000000000000000000000000000000000000000000000000000000000001") |
◆ UINT256_ZERO