summaryrefslogtreecommitdiff
path: root/cryptest.vcxproj
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2017-11-21 04:58:51 -0500
committerJeffrey Walton <noloader@gmail.com>2017-11-21 04:58:51 -0500
commit3970a066e35f8ba278401ce7b4f1a6ce24ffee15 (patch)
tree7ef8e42b43afc4bcefec2ef0d48a363f29926bf3 /cryptest.vcxproj
parent5007c13fbd585628d10e2a92b7e96702d66defcc (diff)
downloadcryptopp-git-3970a066e35f8ba278401ce7b4f1a6ce24ffee15.tar.gz
Add SIMON-64 and SIMON-128 lightweight block ciphers (GH #539)
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 e3af9661..b84e9d59 100644
--- a/cryptest.vcxproj
+++ b/cryptest.vcxproj
@@ -256,6 +256,7 @@
<None Include="TestVectors\sha2.txt" />
<None Include="TestVectors\sha3.txt" />
<None Include="TestVectors\shacal2.txt" />
+ <None Include="TestVectors\simon.txt" />
<None Include="TestVectors\siphash.txt" />
<None Include="TestVectors\sosemanuk.txt" />
<None Include="TestVectors\speck.txt" />