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_dbl_point.c File Reference
ECC Crypto, Tom St Denis. More...
Go to the source code of this file.
Functions | |
| int | ltc_ecc_projective_dbl_point (ecc_point *P, ecc_point *R, void *modulus, void *mp) |
| Double an ECC point. | |
Detailed Description
ECC Crypto, Tom St Denis.
Definition in file ltc_ecc_projective_dbl_point.c.
Function Documentation
Double an ECC point.
- Parameters:
-
P The point to double 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 52 of file ltc_ecc_projective_dbl_point.c.
Generated on Wed Jul 13 2022 00:22:55 by
1.7.2