summaryrefslogtreecommitdiff
path: root/cryptlib.vcxproj
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2018-06-30 02:43:12 -0400
committerGitHub <noreply@github.com>2018-06-30 02:43:12 -0400
commitac036496d350a971a17fdb8765997dd36b2f9871 (patch)
tree9838c745337f5609384646d826061a435e884ac8 /cryptlib.vcxproj
parente18de4d5f9960dbad9587de25124d0c3fbefa9ba (diff)
downloadcryptopp-git-ac036496d350a971a17fdb8765997dd36b2f9871.tar.gz
Add Simeck lightweight block cipher (GH #675)
Add Simeck lightweight block cipher (GH #675)
Diffstat (limited to 'cryptlib.vcxproj')
-rw-r--r--cryptlib.vcxproj2
1 files changed, 2 insertions, 0 deletions
diff --git a/cryptlib.vcxproj b/cryptlib.vcxproj
index 181b5845..c217bbf8 100644
--- a/cryptlib.vcxproj
+++ b/cryptlib.vcxproj
@@ -295,6 +295,7 @@
<ClCompile Include="shacal2-simd.cpp" />
<ClCompile Include="shark.cpp" />
<ClCompile Include="sharkbox.cpp" />
+ <ClCompile Include="simeck.cpp" />
<ClCompile Include="simon.cpp" />
<ClCompile Include="simon-simd.cpp" />
<ClCompile Include="simple.cpp" />
@@ -489,6 +490,7 @@
<ClInclude Include="shacal2.h" />
<ClInclude Include="shark.h" />
<ClInclude Include="simple.h" />
+ <ClInclude Include="simeck.h" />
<ClInclude Include="simon.h" />
<ClInclude Include="siphash.h" />
<ClInclude Include="skipjack.h" />