Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: TYBLE16_simple_data_logger TYBLE16_MP3_Air
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 115 of file mbedtls/mbed-crypto/inc/mbedtls/ecp.h.
Field Documentation
uint16_t bit_size |
The curve size in bits.
Definition at line 119 of file mbedtls/mbed-crypto/inc/mbedtls/ecp.h.
mbedtls_ecp_group_id grp_id |
An internal identifier.
Definition at line 117 of file mbedtls/mbed-crypto/inc/mbedtls/ecp.h.
const char* name |
A human-friendly name.
Definition at line 120 of file mbedtls/mbed-crypto/inc/mbedtls/ecp.h.
uint16_t tls_id |
The TLS NamedCurve identifier.
Definition at line 118 of file mbedtls/mbed-crypto/inc/mbedtls/ecp.h.
Generated on Tue Jul 12 2022 13:55:33 by
