mbed TLS v3.1.0
|
The ECP point structure, in Jacobian coordinates. More...
#include <ecp.h>
Data Fields | |
mbedtls_mpi | private_X |
mbedtls_mpi | private_Y |
mbedtls_mpi | private_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. mbedtls_mpi mbedtls_ecp_point::private_X |
mbedtls_mpi mbedtls_ecp_point::private_Y |
mbedtls_mpi mbedtls_ecp_point::private_Z |