| BearSSL
    | 
Structure for an EC public key. More...
#include <bearssl_ec.h>
| Data Fields | |
| int | curve | 
| Identifier for the curve used by this key. | |
| unsigned char * | q | 
| Public curve point (uncompressed format). | |
| size_t | qlen | 
| Length of public curve point (in bytes). | |
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).