|
ReactOS 0.4.16-dev-1946-g52006dd
|
The ECP point structure, in Jacobian coordinates. More...
#include <ecp.h>

Public Attributes | |
| 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. | mbedtls_mpi mbedtls_ecp_point::X |
| mbedtls_mpi mbedtls_ecp_point::Y |
| mbedtls_mpi mbedtls_ecp_point::Z |