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_mulmod_timing.c File Reference
ECC Crypto, Tom St Denis. More...
Go to the source code of this file.
Functions | |
| int | ltc_ecc_mulmod (void *k, ecc_point *G, ecc_point *R, void *modulus, int map) |
| Perform a point multiplication (timing resistant) | |
Detailed Description
ECC Crypto, Tom St Denis.
Definition in file ltc_ecc_mulmod_timing.c.
Function Documentation
Perform a point multiplication (timing resistant)
- Parameters:
-
k The scalar to multiply by G The base point R [out] Destination for kG modulus The modulus of the field the ECC curve is in map Boolean whether to map back to affine or not (1==map, 0 == leave in projective)
- Returns:
- MINITLS_OK on success
Definition at line 55 of file ltc_ecc_mulmod_timing.c.
Generated on Wed Jul 13 2022 00:22:55 by
1.7.2
