diff options
author | Peter Dettman <peter.dettman@bouncycastle.org> | 2021-05-24 12:48:52 +0700 |
---|---|---|
committer | Peter Dettman <peter.dettman@bouncycastle.org> | 2021-05-24 12:48:52 +0700 |
commit | 017ebcc7e78ded8046a89437dc1b56f9f1eb259f (patch) | |
tree | a34fed7d1db542e608a195129ea1e20a1a9c57bd /crypto/test/UnitTests.csproj | |
parent | Noekeon improvements (diff) | |
download | BouncyCastle.NET-ed25519-017ebcc7e78ded8046a89437dc1b56f9f1eb259f.tar.xz |
Add support for ARIA
Diffstat (limited to 'crypto/test/UnitTests.csproj')
-rw-r--r-- | crypto/test/UnitTests.csproj | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/crypto/test/UnitTests.csproj b/crypto/test/UnitTests.csproj index cdc4d10bc..b70d94a6b 100644 --- a/crypto/test/UnitTests.csproj +++ b/crypto/test/UnitTests.csproj @@ -162,6 +162,7 @@ <Compile Include="src\crypto\test\AESTest.cs" /> <Compile Include="src\crypto\test\AESWrapTest.cs" /> <Compile Include="src\crypto\test\AllTests.cs" /> + <Compile Include="src\crypto\test\AriaTest.cs" /> <Compile Include="src\crypto\test\BCryptTest.cs" /> <Compile Include="src\crypto\test\Blake2bDigestTest.cs" /> <Compile Include="src\crypto\test\Blake2sDigestTest.cs" /> @@ -1345,4 +1346,4 @@ <ItemGroup> <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" /> </ItemGroup> -</Project> +</Project> \ No newline at end of file |