Add option to disable AES-NI at compile time
One can now define `LTC_NO_AES_NI` to disable AES-NI. Signed-off-by: Steffen Jaeckel <s@jaeckel.eu>
This commit is contained in:
parent
2f6282919f
commit
4be2367a5a
@ -179,7 +179,9 @@
|
||||
#define LTC_RC6
|
||||
#define LTC_SAFERP
|
||||
#define LTC_RIJNDAEL
|
||||
#define LTC_AES_NI
|
||||
#ifndef LTC_NO_AES_NI
|
||||
#define LTC_AES_NI
|
||||
#endif
|
||||
#define LTC_XTEA
|
||||
/* _TABLES tells it to use tables during setup, _SMALL means to use the smaller scheduled key format
|
||||
* (saves 4KB of ram), _ALL_TABLES enables all tables during setup */
|
||||
|
Loading…
Reference in New Issue
Block a user