summaryrefslogtreecommitdiff
path: root/cryptlib.vcxproj
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2018-06-17 22:36:41 -0400
committerJeffrey Walton <noloader@gmail.com>2018-06-17 22:36:41 -0400
commit1f06c512c4b6834656729061f1877bea2f90d5f9 (patch)
treeac74eb28806cd8ea7f07cf21e8b8c91f96a389ff /cryptlib.vcxproj
parentf320e7d92a33ee80ae42deef79da78cfc30868af (diff)
downloadcryptopp-git-1f06c512c4b6834656729061f1877bea2f90d5f9.tar.gz
Add LEA lightweight block cipher (GH #669)
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 f58950f4..7b8700cf 100644
--- a/cryptlib.vcxproj
+++ b/cryptlib.vcxproj
@@ -239,6 +239,7 @@
<ClCompile Include="kalyna.cpp" />
<ClCompile Include="kalynatab.cpp" />
<ClCompile Include="keccak.cpp" />
+ <ClCompile Include="lea.cpp" />
<ClCompile Include="luc.cpp" />
<ClCompile Include="mars.cpp" />
<ClCompile Include="marss.cpp" />
@@ -428,6 +429,7 @@
<ClInclude Include="kalyna.h" />
<ClInclude Include="keccak.h" />
<ClInclude Include="lubyrack.h" />
+ <ClInclude Include="lea.h" />
<ClInclude Include="luc.h" />
<ClInclude Include="mars.h" />
<ClInclude Include="md2.h" />