summary refs log tree commit diff
path: root/crypto/test
diff options
context:
space:
mode:
authorPeter Dettman <peter.dettman@bouncycastle.org>2017-07-19 16:37:31 +0700
committerPeter Dettman <peter.dettman@bouncycastle.org>2017-07-19 16:37:31 +0700
commit418fb1b2c294e70d93d7981bcd5dbad3ffff230e (patch)
tree672ed6912fab5edd2bc771637fa9c782b73a38e8 /crypto/test
parentspeed ups (diff)
downloadBouncyCastle.NET-ed25519-418fb1b2c294e70d93d7981bcd5dbad3ffff230e.tar.xz
Update project files for recent additions
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 fe4dd9583..e33b47464 100644
--- a/crypto/test/UnitTests.csproj
+++ b/crypto/test/UnitTests.csproj
@@ -174,6 +174,8 @@
     <Compile Include="src\crypto\test\DHKEKGeneratorTest.cs" />
     <Compile Include="src\crypto\test\DHTest.cs" />
     <Compile Include="src\crypto\test\DSATest.cs" />
+    <Compile Include="src\crypto\test\DSTU7564Test.cs" />
+    <Compile Include="src\crypto\test\DSTU7624Test.cs" />
     <Compile Include="src\crypto\test\DigestRandomNumberTest.cs" />
     <Compile Include="src\crypto\test\DigestTest.cs" />
     <Compile Include="src\crypto\test\EAXTest.cs" />
@@ -190,6 +192,8 @@
     <Compile Include="src\crypto\test\GOST28147Test.cs" />
     <Compile Include="src\crypto\test\GOST3410Test.cs" />
     <Compile Include="src\crypto\test\GOST3411DigestTest.cs" />
+    <Compile Include="src\crypto\test\GOST3411_2012_256DigestTest.cs" />
+    <Compile Include="src\crypto\test\GOST3411_2012_512DigestTest.cs" />
     <Compile Include="src\crypto\test\GcmReorderTest.cs" />
     <Compile Include="src\crypto\test\HCFamilyTest.cs" />
     <Compile Include="src\crypto\test\HCFamilyVecTest.cs" />