summaryrefslogtreecommitdiff
path: root/cryptlib.vcxproj
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2018-08-22 00:40:30 -0400
committerJeffrey Walton <noloader@gmail.com>2018-08-22 00:40:30 -0400
commitb9a6034a816b8cfce728745d16bd4880b4f1171c (patch)
treeb0993ead2ab9e3eb2c7dfcb8f510d83d3251e5ce /cryptlib.vcxproj
parent60c5146c5e611ad101ccf87de531cd6593e866f6 (diff)
downloadcryptopp-git-b9a6034a816b8cfce728745d16bd4880b4f1171c.tar.gz
Add keccakc.h and keccakc.cpp for shared F1600
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 6115e9f0..156fa30f 100644
--- a/cryptlib.vcxproj
+++ b/cryptlib.vcxproj
@@ -244,6 +244,7 @@
<ClCompile Include="kalyna.cpp" />
<ClCompile Include="kalynatab.cpp" />
<ClCompile Include="keccak.cpp" />
+ <ClCompile Include="keccakc.cpp" />
<ClCompile Include="lea.cpp" />
<ClCompile Include="lea-simd.cpp" />
<ClCompile Include="luc.cpp" />
@@ -439,6 +440,7 @@
<ClInclude Include="iterhash.h" />
<ClInclude Include="kalyna.h" />
<ClInclude Include="keccak.h" />
+ <ClInclude Include="keccakc.h" />
<ClInclude Include="lubyrack.h" />
<ClInclude Include="lea.h" />
<ClInclude Include="luc.h" />