Dash Core Source Documentation (0.16.0.1)
Find detailed information regarding the Dash Core source code.
•All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
uint512 Class Reference
512-bit unsigned big integer. More...
#include <uint256.h>


Public Member Functions | |
uint512 () | |
uint512 (const base_blob< 512 > &b) | |
uint512 (const std::vector< unsigned char > &vch) | |
uint256 | trim256 () const |
![]() | |
base_blob () | |
base_blob (const std::vector< unsigned char > &vch) | |
bool | IsNull () const |
void | SetNull () |
int | Compare (const base_blob &other) const |
std::string | GetHex () const |
void | SetHex (const char *psz) |
void | SetHex (const std::string &str) |
std::string | ToString () const |
unsigned char * | begin () |
const unsigned char * | begin () const |
unsigned char * | end () |
const unsigned char * | end () const |
unsigned int | size () const |
uint64_t | GetUint64 (int pos) const |
void | Serialize (Stream &s) const |
void | Unserialize (Stream &s) |
Additional Inherited Members | |
![]() | |
uint8_t | data [WIDTH] |
![]() | |
static constexpr int | WIDTH |
Detailed Description
Constructor & Destructor Documentation
◆ uint512() [1/3]
◆ uint512() [2/3]
◆ uint512() [3/3]
|
inlineexplicit |
Member Function Documentation
◆ trim256()
|
inline |
Definition at line 167 of file uint256.h.
References base_blob< 512 >::data, and memcpy().
Referenced by HashX11().
The documentation for this class was generated from the following file:
- src/uint256.h