mbedtls ported to mbed-classic

Fork of mbedtls by Christopher Haster

Embed: (wiki syntax)

« Back to documentation index

mbedtls_ecp_curve_info Struct Reference

mbedtls_ecp_curve_info Struct Reference

Curve information for use by other modules. More...

#include <ecp.h>

Data Fields

mbedtls_ecp_group_id grp_id
uint16_t tls_id
uint16_t bit_size
const char * name

Detailed Description

Curve information for use by other modules.

Definition at line 80 of file ecp.h.


Field Documentation

uint16_t bit_size

Curve size in bits

Definition at line 84 of file ecp.h.

Internal identifier

Definition at line 82 of file ecp.h.

const char* name

Human-friendly name

Definition at line 85 of file ecp.h.

uint16_t tls_id

TLS NamedCurve identifier

Definition at line 83 of file ecp.h.