Add a new flag for the micro-ecc

This commit is contained in:
Jarno Lamsa 2019-04-24 16:28:59 +03:00
parent d50fd6b373
commit 9454dfaed4

View File

@ -2254,6 +2254,19 @@
*/
#define MBEDTLS_ECP_C
/**
* \def MBEDTLS_USE_UECC
*
* Enable the tinycrypt ECC library.
*
* Module: tinycrypt/ecc.c
* tinycrypt/ecc_dh.c
* tinycrypt/ecc_dsa.c
*
* This module provides alternative ECC handling functions
*/
//#define MBEDTLS_USE_UECC
/**
* \def MBEDTLS_ENTROPY_C
*