summary refs log tree commit diff
path: root/crypto/test
diff options
context:
space:
mode:
authorJeffrey Stedfast <jeff@xamarin.com>2015-10-11 10:37:20 -0400
committerJeffrey Stedfast <jeff@xamarin.com>2015-10-11 10:37:20 -0400
commit67f22caf3fa9d20364f5994b7d666370600d63ec (patch)
treeffe70f32330fcc68c2a32600e0c1ac49deaad9a7 /crypto/test
parentMerge branch 'master' into vs2010 (diff)
downloadBouncyCastle.NET-ed25519-67f22caf3fa9d20364f5994b7d666370600d63ec.tar.xz
Updated VS 2010 projects
Diffstat (limited to 'crypto/test')
-rw-r--r--crypto/test/UnitTests.csproj4
1 files changed, 4 insertions, 0 deletions
diff --git a/crypto/test/UnitTests.csproj b/crypto/test/UnitTests.csproj
index 3fd7154d9..c6345b7e5 100644
--- a/crypto/test/UnitTests.csproj
+++ b/crypto/test/UnitTests.csproj
@@ -187,6 +187,7 @@
     <Compile Include="src\crypto\test\ISO9797Alg3MacTest.cs" />
     <Compile Include="src\crypto\test\KDF1GeneratorTest.cs" />
     <Compile Include="src\crypto\test\KDF2GeneratorTest.cs" />
+    <Compile Include="src\crypto\test\KeccakDigestTest.cs" />
     <Compile Include="src\crypto\test\MD2DigestTest.cs" />
     <Compile Include="src\crypto\test\MD4DigestTest.cs" />
     <Compile Include="src\crypto\test\MD5DigestTest.cs" />
@@ -245,6 +246,7 @@
     <Compile Include="src\crypto\test\SRP6Test.cs" />
     <Compile Include="src\crypto\test\Salsa20Test.cs" />
     <Compile Include="src\crypto\test\SerpentTest.cs" />
+    <Compile Include="src\crypto\test\ShakeDigestTest.cs" />
     <Compile Include="src\crypto\test\ShortenedDigestTest.cs" />
     <Compile Include="src\crypto\test\SipHashTest.cs" />
     <Compile Include="src\crypto\test\SkipjackTest.cs" />
@@ -407,6 +409,8 @@
     <Compile Include="src\x509\test\TestCertificateGen.cs" />
   </ItemGroup>
   <ItemGroup>
+    <EmbeddedResource Include="data\crypto\SHA3TestVectors.txt" />
+    <EmbeddedResource Include="data\crypto\SHAKETestVectors.txt" />
     <EmbeddedResource Include="data\PKITS\README.txt" />
     <EmbeddedResource Include="data\PKITS\certs\AllCertificatesNoPoliciesTest2EE.crt" />
     <EmbeddedResource Include="data\PKITS\certs\AllCertificatesSamePoliciesTest10EE.crt" />