ECDSA context structure.
More...
#include <ecdsa.h>
ECDSA context structure.
- Note
- Purposefully begins with the same members as struct ecp_keypair.
Definition at line 41 of file ecdsa.h.
secret signature key
Definition at line 44 of file ecdsa.h.
elliptic curve used
Definition at line 43 of file ecdsa.h.
public signature key
Definition at line 45 of file ecdsa.h.
first integer from signature
Definition at line 46 of file ecdsa.h.
second integer from signature
Definition at line 47 of file ecdsa.h.
The documentation for this struct was generated from the following file: