mbed TLS library
Dependents: HTTPClient-SSL WS_SERVER
ecp_point Struct Reference
ECP point structure (jacobian coordinates) More...
#include <ecp.h>
Data Fields | |
mpi | X |
mpi | Y |
mpi | Z |
Detailed Description
ECP point structure (jacobian coordinates)
- Note:
- All functions expect and return points satisfying the following condition: Z == 0 or Z == 1. (Other values of Z are used by internal functions only.) The point is zero, or "at infinity", if Z == 0. Otherwise, X and Y are its standard (affine) coordinates.
Definition at line 101 of file ecp.h.
Field Documentation
Generated on Tue Jul 12 2022 13:50:41 by 1.7.2