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.
mbedtls_ecp_keypair Struct Reference
The ECP key-pair structure. More...
#include <ecp.h>
Data Fields | |
mbedtls_ecp_group | grp |
mbedtls_mpi | d |
mbedtls_ecp_point | Q |
Detailed Description
The ECP key-pair structure.
A generic key-pair that may be used for ECDSA and fixed ECDH, for example.
- Note:
- Members are deliberately in the same order as in the mbedtls_ecdsa_context structure.
Definition at line 254 of file mbedtls/inc/mbedtls/ecp.h.
Field Documentation
our secret value
Definition at line 257 of file mbedtls/inc/mbedtls/ecp.h.
Elliptic curve and base point
Definition at line 256 of file mbedtls/inc/mbedtls/ecp.h.
our public value
Definition at line 258 of file mbedtls/inc/mbedtls/ecp.h.
Generated on Tue Jul 12 2022 12:47:06 by
