mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 21:33:47 -07:00
FIX: Get a usable AES implementation again
see #258 for more information.
This commit is contained in:
parent
8cb35893c4
commit
2ad63c07ff
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue