Bitcoin ABC 0.30.3
P2P Digital Currency
|
Opaque data structure that holds a keypair consisting of a secret and a public key. More...
#include <secp256k1_extrakeys.h>
Public Attributes | |
unsigned char | data [96] |
Opaque data structure that holds a keypair consisting of a secret and a public key.
The exact representation of data inside is implementation defined and not guaranteed to be portable between different platforms or versions. It is however guaranteed to be 96 bytes in size, and can be safely copied/moved.
Definition at line 33 of file secp256k1_extrakeys.h.
unsigned char secp256k1_keypair::data[96] |
Definition at line 34 of file secp256k1_extrakeys.h.