1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-08-08 17:42:09 +03:00

Start using constants from ROM for EC groups

This commit is contained in:
Manuel Pégourié-Gonnard
2013-12-06 12:16:10 +01:00
parent 452f6ba1a6
commit 731d08b406
2 changed files with 406 additions and 238 deletions

View File

@@ -277,6 +277,10 @@ void ecp_group_free( ecp_group *grp )
{
size_t i;
/* FIXME WIP */
if( grp->id != 0 )
return;
if( grp == NULL )
return;