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.
Fork of OmniWheels by
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 91 of file mbedtls/inc/mbedtls/ecp.h.
Field Documentation
| uint16_t bit_size |
Curve size in bits
Definition at line 95 of file mbedtls/inc/mbedtls/ecp.h.
| mbedtls_ecp_group_id grp_id |
Internal identifier
Definition at line 93 of file mbedtls/inc/mbedtls/ecp.h.
| const char* name |
Human-friendly name
Definition at line 96 of file mbedtls/inc/mbedtls/ecp.h.
| uint16_t tls_id |
TLS NamedCurve identifier
Definition at line 94 of file mbedtls/inc/mbedtls/ecp.h.
Generated on Fri Jul 22 2022 04:54:13 by
1.7.2
