PRCYCoin  2.0.0.7rc1
P2P Digital Currency
Public Attributes | List of all members
secp256k1_pedersen_commitment Struct Reference

Opaque data structure that stores a Pedersen commitment. More...

#include <secp256k1_commitment.h>

Public Attributes

unsigned char data [64]
 

Detailed Description

Opaque data structure that stores a Pedersen commitment.

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_pedersen_commitment_serialize and secp256k1_pedersen_commitment_parse.

Definition at line 22 of file secp256k1_commitment.h.

Member Data Documentation

◆ data

unsigned char secp256k1_pedersen_commitment::data[64]

Definition at line 23 of file secp256k1_commitment.h.


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