ARM Shanghai IoT Team (Internal) / newMiniTLS-GPL

Fork of MiniTLS-GPL by Donatien Garnier

Embed: (wiki syntax)

« Back to documentation index

ltc_ecc_points.c File Reference

ltc_ecc_points.c File Reference

ECC Crypto, Tom St Denis. More...

Go to the source code of this file.

Functions

ecc_pointltc_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:
pThe 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.