Merge pull request #259 from cjbrigato/patch-2
FIX: Get a usable AES implementation again
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user