summary refs log tree commit diff
path: root/crypto/test/UnitTests.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/test/UnitTests.csproj')
-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" />