ECP key pair structure. More...
#include <ecp.h>

Data Fields | |
| ecp_group | grp |
| mpi | d |
| ecp_point | Q |
ECP key pair structure.
A generic key pair that could be used for ECDSA, fixed ECDH, etc.
Definition at line 144 of file ecp.h.
our secret value
Definition at line 147 of file ecp.h.
Referenced by ecdsa_from_keypair(), ecp_keypair_free(), ecp_keypair_init(), pk_parse_key_sec1_der(), and pk_write_key_der().
Elliptic curve and base point
Definition at line 146 of file ecp.h.
Referenced by ecdsa_from_keypair(), ecp_keypair_free(), ecp_keypair_init(), pk_get_ecpubkey(), pk_parse_key_sec1_der(), pk_write_ec_param(), and pk_write_ec_pubkey().
our public value
Definition at line 148 of file ecp.h.
Referenced by ecdsa_from_keypair(), ecp_keypair_free(), ecp_keypair_init(), pk_get_ecpubkey(), pk_parse_key_sec1_der(), and pk_write_ec_pubkey().
1.6.1