Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
mbedtls_ecp_point Struct Reference
The ECP point structure, in Jacobian coordinates. More...
#include <ecp.h>
Data Fields | |
| mbedtls_mpi | X |
| mbedtls_mpi | Y |
| mbedtls_mpi | Z |
Detailed Description
The ECP point structure, in Jacobian coordinates.
- Note:
- All functions expect and return points satisfying the following condition:
Z == 0orZ == 1. Other values ofZare used only by internal functions. The point is zero, or "at infinity", ifZ == 0. Otherwise,XandYare its standard (affine) coordinates.
Definition at line 114 of file mbedtls/inc/mbedtls/ecp.h.
Field Documentation
The X coordinate of the ECP point.
Definition at line 116 of file mbedtls/inc/mbedtls/ecp.h.
The Y coordinate of the ECP point.
Definition at line 117 of file mbedtls/inc/mbedtls/ecp.h.
The Z coordinate of the ECP point.
Definition at line 118 of file mbedtls/inc/mbedtls/ecp.h.
Generated on Tue Aug 9 2022 00:37:34 by
1.7.2