summaryrefslogtreecommitdiff
path: root/speck.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2018-12-09 10:24:55 -0500
committerJeffrey Walton <noloader@gmail.com>2018-12-09 10:24:55 -0500
commit0aa217b91c0de1deb90ebee606b8e8502be9eb7d (patch)
tree8560da7c5602da566c8f3f30e55a45afeae142a2 /speck.h
parentfbb9b403973ea93017ac24205a20b8f96a9be00e (diff)
downloadcryptopp-git-0aa217b91c0de1deb90ebee606b8e8502be9eb7d.tar.gz
Update comments in config.h
Some comments in config.h were old. Time for a refresh. Switch from CRYPTOPP_BOOL_ARM64 to CRYPTOPP_BOOL_ARMV8. Aarch32 is ARMv8, and that's the important part.
Diffstat (limited to 'speck.h')
-rw-r--r--speck.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/speck.h b/speck.h
index 37dbce5d..09fb26ee 100644
--- a/speck.h
+++ b/speck.h
@@ -18,13 +18,13 @@
#include "secblock.h"
#if CRYPTOPP_BOOL_X64 || CRYPTOPP_BOOL_X32 || CRYPTOPP_BOOL_X86 || \
- CRYPTOPP_BOOL_ARM32 || CRYPTOPP_BOOL_ARM64 || \
+ CRYPTOPP_BOOL_ARM32 || CRYPTOPP_BOOL_ARMV8 || \
CRYPTOPP_BOOL_PPC32 || CRYPTOPP_BOOL_PPC64
# define CRYPTOPP_SPECK64_ADVANCED_PROCESS_BLOCKS 1
#endif
#if CRYPTOPP_BOOL_X64 || CRYPTOPP_BOOL_X32 || CRYPTOPP_BOOL_X86 || \
- CRYPTOPP_BOOL_ARM32 || CRYPTOPP_BOOL_ARM64 || \
+ CRYPTOPP_BOOL_ARM32 || CRYPTOPP_BOOL_ARMV8 || \
CRYPTOPP_BOOL_PPC32 || CRYPTOPP_BOOL_PPC64
# define CRYPTOPP_SPECK128_ADVANCED_PROCESS_BLOCKS 1
#endif