![]() |
PIVX Core
5.6.99
P2P Digital Currency
|
#include <bls_wrapper.h>
Public Member Functions | |
| CBLSId () | |
| CBLSId (const uint256 &nHash) | |
| CBLSWrapper & | operator= (const CBLSWrapper &ref)=default |
| CBLSWrapper & | operator= (CBLSWrapper &&ref) |
| bool | operator== (const C &r) const |
| bool | operator!= (const C &r) const |
Public Member Functions inherited from CBLSWrapper< CBLSIdImplicit, BLS_CURVE_ID_SIZE, CBLSId > | |
| CBLSWrapper () | |
| CBLSWrapper (const std::vector< unsigned char > &vecBytes) | |
| CBLSWrapper (const CBLSWrapper &ref)=default | |
| CBLSWrapper (CBLSWrapper &&ref) | |
| CBLSWrapper & | operator= (const CBLSWrapper &ref)=default |
| CBLSWrapper & | operator= (CBLSWrapper &&ref) |
| bool | operator== (const CBLSId &r) const |
| bool | operator!= (const CBLSId &r) const |
| bool | IsValid () const |
| void | Reset () |
| void | SetByteVector (const std::vector< uint8_t > &vecBytes) |
| std::vector< uint8_t > | ToByteVector () const |
| const uint256 & | GetHash () const |
| void | Serialize (Stream &s) const |
| void | Unserialize (Stream &s, bool checkMalleable=true) |
| bool | CheckMalleable (const std::vector< uint8_t > &vecBytes) const |
| std::string | ToString () const |
Additional Inherited Members | |
Static Public Attributes inherited from CBLSWrapper< CBLSIdImplicit, BLS_CURVE_ID_SIZE, CBLSId > | |
| static const size_t | SerSize |
Protected Member Functions inherited from CBLSWrapper< CBLSIdImplicit, BLS_CURVE_ID_SIZE, CBLSId > | |
| constexpr size_t | GetSerSize () const |
Protected Attributes inherited from CBLSWrapper< CBLSIdImplicit, BLS_CURVE_ID_SIZE, CBLSId > | |
| CBLSIdImplicit | impl |
| bool | fValid |
| uint256 | cachedHash |
Definition at line 190 of file bls_wrapper.h.
|
inline |
Definition at line 197 of file bls_wrapper.h.
| CBLSId::CBLSId | ( | const uint256 & | nHash | ) |
|
inline |
Definition at line 82 of file bls_wrapper.h.
|
inline |
Definition at line 70 of file bls_wrapper.h.
|
default |
|
inline |
Definition at line 78 of file bls_wrapper.h.