mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-12-24 20:35:42 +00:00
Add a new flag for the micro-ecc
This commit is contained in:
parent
d50fd6b373
commit
9454dfaed4
|
@ -2254,6 +2254,19 @@
|
||||||
*/
|
*/
|
||||||
#define MBEDTLS_ECP_C
|
#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
|
* \def MBEDTLS_ENTROPY_C
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in a new issue