summaryrefslogtreecommitdiff
path: root/cryptlib.vcxproj
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2018-07-01 03:11:00 -0400
committerJeffrey Walton <noloader@gmail.com>2018-07-01 03:11:00 -0400
commit08e61370828e370d665fc59dbda534e899a0de0c (patch)
tree2effb37cb8243b36425a9ed086f1a59f87f0d301 /cryptlib.vcxproj
parent4a7814be7e0707895f4120c05f30b8a6f1eb41c6 (diff)
downloadcryptopp-git-08e61370828e370d665fc59dbda534e899a0de0c.tar.gz
Add SIMECK-64 SSSE3 implementation (GH #675)
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 c217bbf8..a0bff0d4 100644
--- a/cryptlib.vcxproj
+++ b/cryptlib.vcxproj
@@ -296,6 +296,7 @@
<ClCompile Include="shark.cpp" />
<ClCompile Include="sharkbox.cpp" />
<ClCompile Include="simeck.cpp" />
+ <ClCompile Include="simeck-simd.cpp" />
<ClCompile Include="simon.cpp" />
<ClCompile Include="simon-simd.cpp" />
<ClCompile Include="simple.cpp" />