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_projective_add_point.c File Reference
ECC Crypto, Tom St Denis. More...
Go to the source code of this file.
Functions | |
| int | ltc_ecc_projective_add_point (ecc_point *P, ecc_point *Q, ecc_point *R, void *modulus, void *mp) |
| Add two ECC points. | |
Detailed Description
ECC Crypto, Tom St Denis.
Definition in file ltc_ecc_projective_add_point.c.
Function Documentation
| int ltc_ecc_projective_add_point | ( | ecc_point * | P, |
| ecc_point * | Q, | ||
| ecc_point * | R, | ||
| void * | modulus, | ||
| void * | mp | ||
| ) |
Add two ECC points.
- Parameters:
-
P The point to add Q The point to add R [out] The destination of the double 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 53 of file ltc_ecc_projective_add_point.c.
Generated on Wed Jul 13 2022 00:22:55 by
1.7.2