summaryrefslogtreecommitdiff
path: root/cryptlib.vcxproj
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2017-12-09 21:04:25 -0500
committerJeffrey Walton <noloader@gmail.com>2017-12-09 21:04:25 -0500
commit8a5911e6ebdad5188418db3c47c424ed9711e4d2 (patch)
treeeeec64cf9da934391c87c43ab2fa5b7ae00eae3b /cryptlib.vcxproj
parent3ff04f1bf0bbff1bc9c4f1f41b46f39fd76c920d (diff)
downloadcryptopp-git-8a5911e6ebdad5188418db3c47c424ed9711e4d2.tar.gz
Refactor <cipher>_AdvancedProcessBlocks_<arch> into adv-simd.h
This also fixes the SPECK64 bug where CTR mode self tests fail. It was an odd failure because it only affected 64-bit SPECK. SIMON was fine and it used nearly the same code. We tracked it down through trial and error to the table based rotates.
Diffstat (limited to 'cryptlib.vcxproj')
-rw-r--r--cryptlib.vcxproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/cryptlib.vcxproj b/cryptlib.vcxproj
index 6f2d46bd..a87637ee 100644
--- a/cryptlib.vcxproj
+++ b/cryptlib.vcxproj
@@ -359,6 +359,7 @@
<ItemGroup>
<ClInclude Include="3way.h" />
<ClInclude Include="adler32.h" />
+ <ClInclude Include="adv-simd.h" />
<ClInclude Include="aes.h" />
<ClInclude Include="algebra.h" />
<ClInclude Include="algparam.h" />