summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarel Miko <karel.miko@gmail.com>2023-10-01 19:32:47 +0200
committerKarel Miko <karel.miko@gmail.com>2023-10-01 19:32:47 +0200
commitd503faa0b7a1db4acd096099b662e5b50fc45fcd (patch)
tree81df1a9d013acce8e66481f9bdc299fbb658cedc
parentcfe68c8324b23c8006e2e8411e666cb70c868ee7 (diff)
devel release 0.079_003 (Disable AES-NI)
-rw-r--r--Changes3
-rw-r--r--src/ltc/headers/tomcrypt_custom.h2
2 files changed, 4 insertions, 1 deletions
diff --git a/Changes b/Changes
index 74640ac0..3cdc59c0 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
Changes for CryptX
+0.079_003 2023-01-10
+ - Disable AES-NI
+
0.079_002 2023-01-10
- Enable AES-NI on gcc/clang/llvm
diff --git a/src/ltc/headers/tomcrypt_custom.h b/src/ltc/headers/tomcrypt_custom.h
index f0a65fef..cddd0e30 100644
--- a/src/ltc/headers/tomcrypt_custom.h
+++ b/src/ltc/headers/tomcrypt_custom.h
@@ -179,7 +179,7 @@
#define LTC_RC6
#define LTC_SAFERP
#define LTC_RIJNDAEL
-#define LTC_AES_NI
+//XXX-HACK-XXX #define LTC_AES_NI
#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 */