Dash Core  0.12.2.1
P2P Digital Currency
uint512 Class Reference

#include <uint256.h>

+ Inheritance diagram for uint512:

Public Member Functions

 uint512 ()
 
 uint512 (const base_blob< 512 > &b)
 
 uint512 (const std::vector< unsigned char > &vch)
 
uint256 trim256 () const
 
- Public Member Functions inherited from base_blob< 512 >
 base_blob ()
 
 base_blob (const std::vector< unsigned char > &vch)
 
bool IsNull () const
 
void SetNull ()
 
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
 
unsigned int GetSerializeSize (int nType, int nVersion) const
 
void Serialize (Stream &s, int nType, int nVersion) const
 
void Unserialize (Stream &s, int nType, int nVersion)
 

Additional Inherited Members

- Protected Types inherited from base_blob< 512 >
enum  
 
- Protected Attributes inherited from base_blob< 512 >
uint8_t data [WIDTH]
 

Detailed Description

512-bit unsigned big integer.

Definition at line 158 of file uint256.h.

Constructor & Destructor Documentation

◆ uint512() [1/3]

uint512::uint512 ( )
inline

Definition at line 160 of file uint256.h.

◆ uint512() [2/3]

uint512::uint512 ( const base_blob< 512 > &  b)
inline

Definition at line 161 of file uint256.h.

◆ uint512() [3/3]

uint512::uint512 ( const std::vector< unsigned char > &  vch)
inlineexplicit

Definition at line 162 of file uint256.h.

Member Function Documentation

◆ trim256()

uint256 uint512::trim256 ( ) const
inline

Definition at line 164 of file uint256.h.

Referenced by HashX11().


The documentation for this class was generated from the following file: