Enable AES countermeasures in baremetal config

Enable AES countermeasures in baremetal configuration.
This commit is contained in:
Arto Kinnunen 2019-12-03 14:13:33 +02:00
parent 7543901b6a
commit be1bb06acd

View File

@ -41,6 +41,7 @@
#define MBEDTLS_AES_FEWER_TABLES
#define MBEDTLS_AES_ONLY_128_BIT_KEY_LENGTH
#define MBEDTLS_AES_ONLY_ENCRYPT
#define MBEDTLS_AES_SCA_COUNTERMEASURES
#define MBEDTLS_CCM_C
/* Asymmetric crypto: Single-curve ECC only. */