![]() |
Dash Core
0.12.2.1
P2P Digital Currency
|
#include <secp256k1.h>
Public Attributes | |
unsigned char | data [64] |
Opaque data structured that holds a parsed ECDSA signature.
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 or transmission, use the secp256k1_ecdsa_signature_serialize_* and secp256k1_ecdsa_signature_serialize_* functions.
Furthermore, it is guaranteed to identical signatures will have identical representation, so they can be memcmp'ed.
Definition at line 72 of file secp256k1.h.
unsigned char secp256k1_ecdsa_signature::data[64] |
Definition at line 73 of file secp256k1.h.
Referenced by secp256k1_ecdsa_signature_load(), and secp256k1_ecdsa_signature_save().