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