Bitcoin Core  27.99.0
P2P Digital Currency
Public Attributes | List of all members
secp256k1_keypair Struct Reference

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]
 

Detailed Description

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.

Member Data Documentation

◆ data

unsigned char secp256k1_keypair::data[96]

Definition at line 34 of file secp256k1_extrakeys.h.


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