|
wickr-crypto-c
|
Representation of public and private Elliptic Curve Keypair information as buffers. More...
#include <eckey.h>
Data Fields | |
| wickr_ec_curve_t | curve |
| wickr_buffer_t * | pub_data |
| wickr_buffer_t * | pri_data |
Representation of public and private Elliptic Curve Keypair information as buffers.
| wickr_ec_key::curve |
the curve information associated with this keypair
| wickr_ec_key::pri_data |
serialized private key information
| wickr_ec_key::pub_data |
serialized public key information