mbedtls_ecp_keypair Struct Reference
ECP key pair structure.
More...
#include <ecp.h>
Detailed Description
ECP key pair structure.
A generic key pair that could be used for ECDSA, fixed ECDH, etc.
- Note:
- Members purposefully in the same order as struc mbedtls_ecdsa_context.
Definition at line 200 of file ecp.h.
Field Documentation
our secret value
Definition at line 203 of file ecp.h.
Elliptic curve and base point
Definition at line 202 of file ecp.h.
our public value
Definition at line 204 of file ecp.h.
The documentation for this struct was generated from the following file: