summaryrefslogtreecommitdiff
path: root/cryptest.vcxproj
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2018-06-17 23:24:47 -0400
committerGitHub <noreply@github.com>2018-06-17 23:24:47 -0400
commit54d510034426b383f4cd1d3d15db818184093791 (patch)
tree7df3f5713bd9686a645a59e8812a4fc1577014a9 /cryptest.vcxproj
parent30b2de26f4b987a2555b6f55c185937ac835b269 (diff)
downloadcryptopp-git-54d510034426b383f4cd1d3d15db818184093791.tar.gz
Add CHAM lightweight block cipher (PR #670)
Add CHAM lightweight block cipher
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 b6496874..6a65a69b 100644
--- a/cryptest.vcxproj
+++ b/cryptest.vcxproj
@@ -232,6 +232,7 @@
<None Include="TestVectors\camellia.txt" />
<None Include="TestVectors\ccm.txt" />
<None Include="TestVectors\chacha.txt" />
+ <None Include="TestVectors\cham.txt" />
<None Include="TestVectors\cmac.txt" />
<None Include="TestVectors\dlies.txt" />
<None Include="TestVectors\dsa.txt" />