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.
Dependents: MiniTLS-HTTPS-Example
ltc_ecc_map.c File Reference
ECC Crypto, Tom St Denis. More...
Go to the source code of this file.
Functions | |
| int | ltc_ecc_map (ecc_point *P, void *modulus, void *mp) |
| Map a projective jacbobian point back to affine space. | |
Detailed Description
ECC Crypto, Tom St Denis.
Definition in file ltc_ecc_map.c.
Function Documentation
| int ltc_ecc_map | ( | ecc_point * | P, |
| void * | modulus, | ||
| void * | mp | ||
| ) |
Map a projective jacbobian point back to affine space.
- Parameters:
-
P [in/out] The point to map modulus The modulus of the field the ECC curve is in mp The "b" value from montgomery_setup()
- Returns:
- MINITLS_OK on success
Definition at line 51 of file ltc_ecc_map.c.
Generated on Wed Jul 13 2022 00:22:55 by
1.7.2
