diff options
author | Peter Dettman <peter.dettman@bouncycastle.org> | 2017-07-19 16:37:31 +0700 |
---|---|---|
committer | Peter Dettman <peter.dettman@bouncycastle.org> | 2017-07-19 16:37:31 +0700 |
commit | 418fb1b2c294e70d93d7981bcd5dbad3ffff230e (patch) | |
tree | 672ed6912fab5edd2bc771637fa9c782b73a38e8 /crypto/test | |
parent | speed ups (diff) | |
download | BouncyCastle.NET-ed25519-418fb1b2c294e70d93d7981bcd5dbad3ffff230e.tar.xz |
Update project files for recent additions
Diffstat (limited to '')
-rw-r--r-- | crypto/test/UnitTests.csproj | 4 |
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" /> |