ECDSA context structure. More...
#include <ecdsa.h>

Data Fields | |
| ecp_group | grp |
| mpi | d |
| ecp_point | Q |
| mpi | r |
| mpi | s |
ECDSA context structure.
Definition at line 37 of file ecdsa.h.
secret signature key
Definition at line 40 of file ecdsa.h.
Referenced by ecdsa_free(), ecdsa_from_keypair(), ecdsa_genkey(), ecdsa_init(), and ecdsa_write_signature().
ellipitic curve used
Definition at line 39 of file ecdsa.h.
Referenced by ecdsa_free(), ecdsa_from_keypair(), ecdsa_genkey(), ecdsa_init(), ecdsa_read_signature(), and ecdsa_write_signature().
public signature key
Definition at line 41 of file ecdsa.h.
Referenced by ecdsa_free(), ecdsa_from_keypair(), ecdsa_genkey(), ecdsa_init(), and ecdsa_read_signature().
first integer from signature
Definition at line 42 of file ecdsa.h.
Referenced by ecdsa_free(), ecdsa_init(), ecdsa_read_signature(), and ecdsa_write_signature().
second integer from signature
Definition at line 43 of file ecdsa.h.
Referenced by ecdsa_free(), ecdsa_init(), ecdsa_read_signature(), and ecdsa_write_signature().
1.6.1