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.
Dependencies: MAX44000 PWM_Tone_Library nexpaq_mdk
Fork of LED_Demo by
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 97 of file ecp.h.
Field Documentation
Generated on Tue Jul 12 2022 12:29:08 by
 1.7.2
 1.7.2 
    