summaryrefslogtreecommitdiff
path: root/cryptlib.vcxproj
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2018-07-05 06:43:04 -0400
committerJeffrey Walton <noloader@gmail.com>2018-07-05 06:43:04 -0400
commit989bf6dc5e333791d5e64916be0cd49d026a71c2 (patch)
treeef831cc7f5837317fd7047d3b31d8af3d462671b /cryptlib.vcxproj
parent069d85d3f872974a7ed383ad4c8ddadb80f26fa9 (diff)
downloadcryptopp-git-989bf6dc5e333791d5e64916be0cd49d026a71c2.tar.gz
Add HC-256 stream cipher (GH #680)
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 1f96605a..473ac9dc 100644
--- a/cryptlib.vcxproj
+++ b/cryptlib.vcxproj
@@ -231,6 +231,7 @@
<ClCompile Include="gost.cpp" />
<ClCompile Include="gzip.cpp" />
<ClCompile Include="hc128.cpp" />
+ <ClCompile Include="hc256.cpp" />
<ClCompile Include="hex.cpp" />
<ClCompile Include="hight.cpp" />
<ClCompile Include="hmac.cpp" />
@@ -427,6 +428,7 @@
<ClInclude Include="gost.h" />
<ClInclude Include="gzip.h" />
<ClInclude Include="hc128.h" />
+ <ClInclude Include="hc256.h" />
<ClInclude Include="hex.h" />
<ClInclude Include="hight.h" />
<ClInclude Include="hkdf.h" />