mbedtls_ecp_keypair Struct Reference

ECP key pair structure. More...

#include <ecp.h>

Collaboration diagram for mbedtls_ecp_keypair:
Collaboration graph
[legend]

Data Fields

mbedtls_ecp_group grp
mbedtls_mpi d
mbedtls_ecp_point Q

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 173 of file ecp.h.


Field Documentation

our secret value

Definition at line 176 of file ecp.h.

Elliptic curve and base point

Definition at line 175 of file ecp.h.

our public value

Definition at line 177 of file ecp.h.


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

Generated on 28 Mar 2019 for mbed TLS v2.7.10 by  doxygen 1.6.1