Kenji Arai / mbed-os_TYBLE16

Dependents:   TYBLE16_simple_data_logger TYBLE16_MP3_Air

Embed: (wiki syntax)

« Back to documentation index

mbedtls_ecp_point Struct Reference

mbedtls_ecp_point Struct Reference

The ECP point structure, in Jacobian coordinates. More...

#include <ecp.h>

Data Fields

mbedtls_mpi X
mbedtls_mpi Y
mbedtls_mpi Z

Detailed Description

The ECP point structure, in Jacobian coordinates.

Note:
All functions expect and return points satisfying the following condition: Z == 0 or Z == 1. Other values of Z are used only by internal functions. The point is zero, or "at infinity", if Z == 0. Otherwise, X and Y are its standard (affine) coordinates.

Definition at line 134 of file mbedtls/mbed-crypto/inc/mbedtls/ecp.h.


Field Documentation

The X coordinate of the ECP point.

Definition at line 136 of file mbedtls/mbed-crypto/inc/mbedtls/ecp.h.

The Y coordinate of the ECP point.

Definition at line 137 of file mbedtls/mbed-crypto/inc/mbedtls/ecp.h.

The Z coordinate of the ECP point.

Definition at line 138 of file mbedtls/mbed-crypto/inc/mbedtls/ecp.h.