summaryrefslogtreecommitdiff
path: root/cryptest.vcxproj
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2017-05-14 15:27:50 -0400
committerJeffrey Walton <noloader@gmail.com>2017-05-14 15:27:50 -0400
commit32ab4af5ff82b64bb5910ad8b343c84013eff778 (patch)
treee9586cb433b2ac7c6a46b5efa9be37d6a930d5d6 /cryptest.vcxproj
parent8c34a5f7f5d17ed295471aa93ff16e4df9a5e9e2 (diff)
downloadcryptopp-git-32ab4af5ff82b64bb5910ad8b343c84013eff778.tar.gz
Add Threefish to project files
Whitespace check-in
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 c857b673..4e958f07 100644
--- a/cryptest.vcxproj
+++ b/cryptest.vcxproj
@@ -244,6 +244,7 @@
<None Include="TestVectors\gcm.txt" />
<None Include="TestVectors\hkdf.txt" />
<None Include="TestVectors\hmac.txt" />
+ <None Include="TestVectors\kalyna.txt" />
<None Include="TestVectors\mars.txt" />
<None Include="TestVectors\nr.txt" />
<None Include="TestVectors\panama.txt" />
@@ -262,6 +263,7 @@
<None Include="TestVectors\siphash.txt" />
<None Include="TestVectors\sosemanuk.txt" />
<None Include="TestVectors\tea.txt" />
+ <None Include="TestVectors\threefish.txt" />
<None Include="TestVectors\ttmac.txt" />
<None Include="TestVectors\vmac.txt" />
<None Include="TestVectors\wake.txt" />