Bitcoin Core  0.21.1
P2P Digital Currency
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules
Static Public Attributes | List of all members
CPubKey Class Reference

An encapsulated public key. More...

#include <pubkey.h>

Static Public Attributes

static constexpr unsigned int SIZE = 65
 secp256k1: More...
 
static constexpr unsigned int COMPRESSED_SIZE = 33
 
static constexpr unsigned int SIGNATURE_SIZE = 72
 
static constexpr unsigned int COMPACT_SIGNATURE_SIZE = 65
 

Detailed Description

An encapsulated public key.

Definition at line 31 of file pubkey.h.

Member Data Documentation

constexpr unsigned int CPubKey::COMPACT_SIGNATURE_SIZE = 65
static

Definition at line 40 of file pubkey.h.

constexpr unsigned int CPubKey::COMPRESSED_SIZE = 33
static

Definition at line 38 of file pubkey.h.

constexpr unsigned int CPubKey::SIGNATURE_SIZE = 72
static

Definition at line 39 of file pubkey.h.

constexpr unsigned int CPubKey::SIZE = 65
static

secp256k1:

Definition at line 37 of file pubkey.h.


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