summaryrefslogtreecommitdiff
path: root/cryptlib.vcxproj
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2018-07-05 00:29:07 -0400
committerJeffrey Walton <noloader@gmail.com>2018-07-05 00:29:07 -0400
commitdd31eb80c001d4571f89eb2be52dbdc022c60ae9 (patch)
tree82eb884f4044984ec8d394316deebc5fe2cbf0ce /cryptlib.vcxproj
parent93f46e43025a2ea36ec5c64eeb901e88ad1add38 (diff)
downloadcryptopp-git-dd31eb80c001d4571f89eb2be52dbdc022c60ae9.tar.gz
Add HC-128 stream cipher (GH #679)
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 3a4af531..1f96605a 100644
--- a/cryptlib.vcxproj
+++ b/cryptlib.vcxproj
@@ -230,6 +230,7 @@
<ClCompile Include="gfpcrypt.cpp" />
<ClCompile Include="gost.cpp" />
<ClCompile Include="gzip.cpp" />
+ <ClCompile Include="hc128.cpp" />
<ClCompile Include="hex.cpp" />
<ClCompile Include="hight.cpp" />
<ClCompile Include="hmac.cpp" />
@@ -425,6 +426,7 @@
<ClInclude Include="gfpcrypt.h" />
<ClInclude Include="gost.h" />
<ClInclude Include="gzip.h" />
+ <ClInclude Include="hc128.h" />
<ClInclude Include="hex.h" />
<ClInclude Include="hight.h" />
<ClInclude Include="hkdf.h" />