summaryrefslogtreecommitdiff
path: root/cryptlib.vcxproj
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2018-06-17 23:24:47 -0400
committerGitHub <noreply@github.com>2018-06-17 23:24:47 -0400
commit54d510034426b383f4cd1d3d15db818184093791 (patch)
tree7df3f5713bd9686a645a59e8812a4fc1577014a9 /cryptlib.vcxproj
parent30b2de26f4b987a2555b6f55c185937ac835b269 (diff)
downloadcryptopp-git-54d510034426b383f4cd1d3d15db818184093791.tar.gz
Add CHAM lightweight block cipher (PR #670)
Add CHAM lightweight block cipher
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 7b8700cf..774705cc 100644
--- a/cryptlib.vcxproj
+++ b/cryptlib.vcxproj
@@ -191,6 +191,7 @@
<ClCompile Include="cbcmac.cpp" />
<ClCompile Include="ccm.cpp" />
<ClCompile Include="chacha.cpp" />
+ <ClCompile Include="cham.cpp" />
<ClCompile Include="channels.cpp" />
<ClCompile Include="cmac.cpp" />
<ClCompile Include="crc.cpp" />
@@ -383,6 +384,7 @@
<ClInclude Include="cbcmac.h" />
<ClInclude Include="ccm.h" />
<ClInclude Include="chacha.h" />
+ <ClInclude Include="cham.h" />
<ClInclude Include="channels.h" />
<ClInclude Include="cmac.h" />
<ClInclude Include="config.h" />