summaryrefslogtreecommitdiff
path: root/cryptlib.vcxproj
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2018-02-18 23:23:50 -0500
committerJeffrey Walton <noloader@gmail.com>2018-02-18 23:23:50 -0500
commite416b243d37d0904c6dfdf1ecce491f458fcecbb (patch)
treec02738cd3768de42aa558a2a19763bd05dd91b25 /cryptlib.vcxproj
parente5b9fa648569b161151c94f21506d171e71d7a1b (diff)
downloadcryptopp-git-e416b243d37d0904c6dfdf1ecce491f458fcecbb.tar.gz
Re-add Simon and Speck, enable SSE (GH #585)
This commit re-adds Simon and Speck. The commit includes C++, SSSE3 and SSE4. NEON, Aarch32 and Aarch64 are disabled at the moment.
Diffstat (limited to 'cryptlib.vcxproj')
-rw-r--r--cryptlib.vcxproj6
1 files changed, 6 insertions, 0 deletions
diff --git a/cryptlib.vcxproj b/cryptlib.vcxproj
index 9bc4a9a3..0d4ab1cd 100644
--- a/cryptlib.vcxproj
+++ b/cryptlib.vcxproj
@@ -288,12 +288,16 @@
<ClCompile Include="shacal2-simd.cpp" />
<ClCompile Include="shark.cpp" />
<ClCompile Include="sharkbox.cpp" />
+ <ClCompile Include="simon.cpp" />
+ <ClCompile Include="simon-simd.cpp" />
<ClCompile Include="simple.cpp" />
<ClCompile Include="skipjack.cpp" />
<ClCompile Include="sm3.cpp" />
<ClCompile Include="sm4.cpp" />
<ClCompile Include="socketft.cpp" />
<ClCompile Include="sosemanuk.cpp" />
+ <ClCompile Include="speck.cpp" />
+ <ClCompile Include="speck-simd.cpp" />
<ClCompile Include="square.cpp" />
<ClCompile Include="squaretb.cpp" />
<ClCompile Include="sse-simd.cpp" />
@@ -474,6 +478,7 @@
<ClInclude Include="shacal2.h" />
<ClInclude Include="shark.h" />
<ClInclude Include="simple.h" />
+ <ClInclude Include="simon.h" />
<ClInclude Include="siphash.h" />
<ClInclude Include="skipjack.h" />
<ClInclude Include="sm3.h" />
@@ -481,6 +486,7 @@
<ClInclude Include="smartptr.h" />
<ClInclude Include="socketft.h" />
<ClInclude Include="sosemanuk.h" />
+ <ClInclude Include="speck.h" />
<ClInclude Include="square.h" />
<ClInclude Include="stdcpp.h" />
<ClInclude Include="strciphr.h" />