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(), pk_write_key_der(), and test_suite_pk_parse_keyfile_ec().
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(), pk_write_ec_pubkey(), test_suite_pk_ec_test_vec(), test_suite_pk_parse_keyfile_ec(), and test_suite_pk_parse_public_keyfile_ec().
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(), pk_write_ec_pubkey(), test_suite_pk_ec_test_vec(), and test_suite_pk_parse_public_keyfile_ec().