summaryrefslogtreecommitdiff
path: root/cryptest.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 /cryptest.vcxproj
parent069d85d3f872974a7ed383ad4c8ddadb80f26fa9 (diff)
downloadcryptopp-git-989bf6dc5e333791d5e64916be0cd49d026a71c2.tar.gz
Add HC-256 stream cipher (GH #680)
Diffstat (limited to 'cryptest.vcxproj')
-rw-r--r--cryptest.vcxproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/cryptest.vcxproj b/cryptest.vcxproj
index a3f74a7f..07e4a3db 100644
--- a/cryptest.vcxproj
+++ b/cryptest.vcxproj
@@ -242,6 +242,7 @@
<None Include="TestVectors\esign.txt" />
<None Include="TestVectors\gcm.txt" />
<None Include="TestVectors\hc128.txt" />
+ <None Include="TestVectors\hc256.txt" />
<None Include="TestVectors\hkdf.txt" />
<None Include="TestVectors\hmac.txt" />
<None Include="TestVectors\lea.txt" />