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

#include <ecdsa.h>

Collaboration diagram for secp256k1_ecdsa_sig_t:
[legend]

Public Attributes

secp256k1_scalar_t r
 
secp256k1_scalar_t s
 

Detailed Description

Definition at line 16 of file ecdsa.h.

Member Data Documentation

◆ r

secp256k1_scalar_t secp256k1_ecdsa_sig_t::r

Definition at line 17 of file ecdsa.h.

◆ s

secp256k1_scalar_t secp256k1_ecdsa_sig_t::s

Definition at line 17 of file ecdsa.h.


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