BearSSL
|
Structure for an EC public key. More...
Data Fields | |
int | curve |
Identifier for the curve used by this key. More... | |
unsigned char * | q |
Public curve point (uncompressed format). More... | |
size_t | qlen |
Length of public curve point (in bytes). More... | |
Structure for an EC public key.
int br_ec_public_key::curve |
Identifier for the curve used by this key.
unsigned char* br_ec_public_key::q |
Public curve point (uncompressed format).
size_t br_ec_public_key::qlen |
Length of public curve point (in bytes).