BearSSL
Loading...
Searching...
No Matches
br_ec_public_key Struct Reference

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).
 

Detailed Description

Structure for an EC public key.

Field Documentation

◆ curve

int br_ec_public_key::curve

Identifier for the curve used by this key.

◆ q

unsigned char* br_ec_public_key::q

Public curve point (uncompressed format).

◆ qlen

size_t br_ec_public_key::qlen

Length of public curve point (in bytes).


The documentation for this struct was generated from the following file: