mbed TLS v3.1.0
Data Fields
mbedtls_ecp_keypair Struct Reference

The ECP key-pair structure. More...

#include <ecp.h>

Collaboration diagram for mbedtls_ecp_keypair:
Collaboration graph
[legend]

Data Fields

mbedtls_ecp_group private_grp
 
mbedtls_mpi private_d
 
mbedtls_ecp_point private_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 421 of file ecp.h.

Field Documentation

mbedtls_mpi mbedtls_ecp_keypair::private_d

our secret value

Definition at line 424 of file ecp.h.

mbedtls_ecp_group mbedtls_ecp_keypair::private_grp

Elliptic curve and base point

Definition at line 423 of file ecp.h.

mbedtls_ecp_point mbedtls_ecp_keypair::private_Q

our public value

Definition at line 425 of file ecp.h.


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