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
CKey Class Reference

An encapsulated private key. More...

#include <key.h>

Static Public Attributes

static const unsigned int SIZE = 279
 secp256k1: More...
 
static const unsigned int COMPRESSED_SIZE = 214
 

Detailed Description

An encapsulated private key.

Definition at line 27 of file key.h.

Member Data Documentation

const unsigned int CKey::COMPRESSED_SIZE = 214
static

Definition at line 34 of file key.h.

const unsigned int CKey::SIZE = 279
static

secp256k1:

Definition at line 33 of file key.h.


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