Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
secp256k1_keypair Struct Reference

#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: