summaryrefslogtreecommitdiff
path: root/cryptest.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 /cryptest.vcxproj
parent93f46e43025a2ea36ec5c64eeb901e88ad1add38 (diff)
downloadcryptopp-git-dd31eb80c001d4571f89eb2be52dbdc022c60ae9.tar.gz
Add HC-128 stream cipher (GH #679)
Diffstat (limited to 'cryptest.vcxproj')
-rw-r--r--cryptest.vcxproj2
1 files changed, 2 insertions, 0 deletions
diff --git a/cryptest.vcxproj b/cryptest.vcxproj
index 6a65a69b..a3f74a7f 100644
--- a/cryptest.vcxproj
+++ b/cryptest.vcxproj
@@ -241,6 +241,7 @@
<None Include="TestVectors\eax.txt" />
<None Include="TestVectors\esign.txt" />
<None Include="TestVectors\gcm.txt" />
+ <None Include="TestVectors\hc128.txt" />
<None Include="TestVectors\hkdf.txt" />
<None Include="TestVectors\hmac.txt" />
<None Include="TestVectors\lea.txt" />
@@ -249,6 +250,7 @@
<None Include="TestVectors\nr.txt" />
<None Include="TestVectors\panama.txt" />
<None Include="TestVectors\Readme.txt" />
+ <None Include="TestVectors\rabbit.txt" />
<None Include="TestVectors\rsa_oaep.txt" />
<None Include="TestVectors\rsa_pkcs1_1_5.txt" />
<None Include="TestVectors\rsa_pss.txt" />