![]() |
Mbed OS Reference
|
The ECP point structure, in Jacobian coordinates. More...
#include <ecp.h>
Data Fields | |
| mbedtls_mpi | X |
| mbedtls_mpi | Y |
| mbedtls_mpi | Z |
The ECP point structure, in Jacobian coordinates.
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 173 of file mbedtls/include/mbedtls/ecp.h.
The X coordinate of the ECP point.
Definition at line 175 of file mbedtls/include/mbedtls/ecp.h.
The Y coordinate of the ECP point.
Definition at line 176 of file mbedtls/include/mbedtls/ecp.h.
The Z coordinate of the ECP point.
Definition at line 177 of file mbedtls/include/mbedtls/ecp.h.