mbedtls_ecp_point Struct Reference
ECP point structure (jacobian coordinates) More...
#include <ecp.h>
Data Fields | |
mbedtls_mpi | X |
mbedtls_mpi | Y |
mbedtls_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 108 of file mbedtls/inc/mbedtls/ecp.h.
Field Documentation
the point's X coordinate
Definition at line 110 of file mbedtls/inc/mbedtls/ecp.h.
the point's Y coordinate
Definition at line 111 of file mbedtls/inc/mbedtls/ecp.h.
the point's Z coordinate
Definition at line 112 of file mbedtls/inc/mbedtls/ecp.h.
Generated on Tue Jul 12 2022 12:22:47 by
