summaryrefslogtreecommitdiff
path: root/cryptlib.vcxproj
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2019-01-28 08:52:56 -0500
committerJeffrey Walton <noloader@gmail.com>2019-01-28 08:52:56 -0500
commit315e54e63d5880ade8f2bbeb26c5f536b63faf05 (patch)
tree4c22905c3b4543a8de92a5567cde954e2d453c0a /cryptlib.vcxproj
parent3cb86675af234ad8d5f95ec7eeeae0b7e72f2929 (diff)
downloadcryptopp-git-315e54e63d5880ade8f2bbeb26c5f536b63faf05.tar.gz
Add ChaCha20/Poly1305 AEAD cipher (GH #724)
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 50ed5447..7c99e338 100644
--- a/cryptlib.vcxproj
+++ b/cryptlib.vcxproj
@@ -198,6 +198,7 @@
<ExcludedFromBuild Condition=" '$(PlatformToolset)' == 'v100' Or '$(PlatformToolset)' == 'v110' ">true</ExcludedFromBuild>
<EnableEnhancedInstructionSet>AdvancedVectorExtensions2</EnableEnhancedInstructionSet>
</ClCompile>
+ <ClCompile Include="chachapoly.cpp" />
<ClCompile Include="cham.cpp" />
<ClCompile Include="cham_simd.cpp" />
<ClCompile Include="channels.cpp" />
@@ -404,6 +405,7 @@
<ClInclude Include="cbcmac.h" />
<ClInclude Include="ccm.h" />
<ClInclude Include="chacha.h" />
+ <ClInclude Include="chachapoly.h" />
<ClInclude Include="cham.h" />
<ClInclude Include="channels.h" />
<ClInclude Include="cmac.h" />