5.11.0.0R3
Software Development Kit
 
Loading...
Searching...
No Matches
mbedtls_ecp_keypair Struct Reference

The ECP key-pair structure. More...

#include <ecp.h>

Data Fields

mbedtls_mpi d
 
mbedtls_ecp_group grp
 
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.

Field Documentation

◆ d

mbedtls_mpi mbedtls_ecp_keypair::d

our secret value

◆ grp

mbedtls_ecp_group mbedtls_ecp_keypair::grp

Elliptic curve and base point

◆ Q

mbedtls_ecp_point mbedtls_ecp_keypair::Q

our public value


The documentation for this struct was generated from the following file: