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_points.c File Reference
ECC Crypto, Tom St Denis. More...
Go to the source code of this file.
Functions | |
| ecc_point * | ltc_ecc_new_point (void) |
| Allocate a new ECC point. | |
| void | ltc_ecc_del_point (ecc_point *p) |
| Free an ECC point from memory. | |
Detailed Description
ECC Crypto, Tom St Denis.
Definition in file ltc_ecc_points.c.
Function Documentation
| void ltc_ecc_del_point | ( | ecc_point * | p ) |
Free an ECC point from memory.
- Parameters:
-
p The point to free
Definition at line 66 of file ltc_ecc_points.c.
| ecc_point* ltc_ecc_new_point | ( | void | ) |
Allocate a new ECC point.
- Returns:
- A newly allocated point or NULL on error
Definition at line 49 of file ltc_ecc_points.c.
Generated on Wed Jul 13 2022 00:22:55 by
1.7.2
