Struct mbedtls_ecp_point

struct mbedtls_ecp_point

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.