ledger-core
|
Public Member Functions | |
SECP256k1Point (const std::vector< uint8_t > &p) | |
SECP256k1Point | operator+ (const SECP256k1Point &p) const |
SECP256k1Point | generatorMultiply (const std::vector< uint8_t > &n) const |
SECP256k1Point (const SECP256k1Point &p) | |
std::vector< uint8_t > | toByteArray (bool compressed=true) const |
SECP256k1Point & | operator= (const SECP256k1Point &p) |
bool | isAtInfinity () const |
Protected Member Functions | |
void | ensurePubkeyIsNotNull () const |