Dash Core Source Documentation (0.16.0.1)

Find detailed information regarding the Dash Core source code.

secp256k1_pubkey Struct Reference

Opaque data structure that holds a parsed and valid public key. More...

#include <secp256k1.h>

Public Attributes

unsigned char data [64]
 

Detailed Description

Opaque data structure that holds a parsed and valid 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 64 bytes in size, and can be safely copied/moved. If you need to convert to a format suitable for storage, transmission, or comparison, use secp256k1_ec_pubkey_serialize and secp256k1_ec_pubkey_parse.

Definition at line 66 of file secp256k1.h.

Member Data Documentation

◆ data

unsigned char secp256k1_pubkey::data[64]

Definition at line 67 of file secp256k1.h.

Referenced by secp256k1_pubkey_load(), and secp256k1_pubkey_save().


The documentation for this struct was generated from the following file:
Released under the MIT license