FIX: Get a usable AES implementation again

see #258 for more information.
This commit is contained in:
Colin J. Brigato 2019-07-17 03:16:13 +02:00 committed by GitHub
commit 2ad63c07ff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -489,7 +489,7 @@
* This option is independent of \c MBEDTLS_AES_FEWER_TABLES. * This option is independent of \c MBEDTLS_AES_FEWER_TABLES.
* *
*/ */
//#define MBEDTLS_AES_ROM_TABLES #define MBEDTLS_AES_ROM_TABLES
/** /**
* \def MBEDTLS_AES_FEWER_TABLES * \def MBEDTLS_AES_FEWER_TABLES
@ -511,7 +511,7 @@
* This option is independent of \c MBEDTLS_AES_ROM_TABLES. * This option is independent of \c MBEDTLS_AES_ROM_TABLES.
* *
*/ */
//#define MBEDTLS_AES_FEWER_TABLES #define MBEDTLS_AES_FEWER_TABLES
/** /**
* \def MBEDTLS_CAMELLIA_SMALL_MEMORY * \def MBEDTLS_CAMELLIA_SMALL_MEMORY