diff options
author | Peter Dettman <peter.dettman@bouncycastle.org> | 2020-10-30 20:51:15 +0700 |
---|---|---|
committer | Peter Dettman <peter.dettman@bouncycastle.org> | 2020-10-30 20:51:15 +0700 |
commit | 771dc69f56fdf4a00b083a1c1ebc169bf7f6c765 (patch) | |
tree | 581d0d19b1e0bdb9f1cc2f6559cda7379e0762a0 /crypto/test/UnitTests.csproj | |
parent | Added KMAC Params and test (diff) | |
download | BouncyCastle.NET-ed25519-771dc69f56fdf4a00b083a1c1ebc169bf7f6c765.tar.xz |
Add new files to projects
Diffstat (limited to '')
-rw-r--r-- | crypto/test/UnitTests.csproj | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/crypto/test/UnitTests.csproj b/crypto/test/UnitTests.csproj index 8023884bb..c36ef087a 100644 --- a/crypto/test/UnitTests.csproj +++ b/crypto/test/UnitTests.csproj @@ -84,6 +84,7 @@ <Compile Include="src\asn1\test\Iso4217CurrencyCodeUnitTest.cs" /> <Compile Include="src\asn1\test\IssuingDistributionPointTest.cs" /> <Compile Include="src\asn1\test\KeyUsageTest.cs" /> + <Compile Include="src\asn1\test\KMacParamsTest.cs" /> <Compile Include="src\asn1\test\LDSSecurityObjectUnitTest.cs" /> <Compile Include="src\asn1\test\LinkedCertificateTest.cs" /> <Compile Include="src\asn1\test\MiscTest.cs" /> @@ -171,6 +172,7 @@ <Compile Include="src\crypto\test\ChaCha20Poly1305Test.cs" /> <Compile Include="src\crypto\test\ChaChaTest.cs" /> <Compile Include="src\crypto\test\CMacTest.cs" /> + <Compile Include="src\crypto\test\CSHAKETest.cs" /> <Compile Include="src\crypto\test\CTSTest.cs" /> <Compile Include="src\crypto\test\CamelliaLightTest.cs" /> <Compile Include="src\crypto\test\CamelliaTest.cs" /> @@ -216,6 +218,7 @@ <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\KMACTest.cs" /> <Compile Include="src\crypto\test\MD2DigestTest.cs" /> <Compile Include="src\crypto\test\MD4DigestTest.cs" /> <Compile Include="src\crypto\test\MD5DigestTest.cs" /> |