Dash Core Source Documentation (0.16.0.1)
Find detailed information regarding the Dash Core source code.
Opaque data structured that holds a parsed ECDSA signature. More...
#include <secp256k1.h>
Public Attributes | |
unsigned char | data [64] |
Detailed Description
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, transmission, or comparison, use the secp256k1_ecdsa_signature_serialize_* and secp256k1_ecdsa_signature_parse_* functions.
Definition at line 79 of file secp256k1.h.
Member Data Documentation
◆ data
unsigned char secp256k1_ecdsa_signature::data[64] |
Definition at line 80 of file secp256k1.h.
Referenced by CPubKey::CheckLowS(), secp256k1_ecdsa_signature_load(), secp256k1_ecdsa_signature_save(), and CPubKey::Verify().
The documentation for this struct was generated from the following file:
- src/secp256k1/include/secp256k1.h