summary refs log tree commit diff
path: root/crypto/test/UnitTests.csproj
diff options
context:
space:
mode:
authorPeter Dettman <peter.dettman@bouncycastle.org>2019-09-09 21:01:14 +0700
committerPeter Dettman <peter.dettman@bouncycastle.org>2019-09-09 21:01:14 +0700
commitb4b389a9e08375c78a25b63aca2468abe75e5428 (patch)
treeed2f1d614f0109c375f5b6dccfc6c005080af994 /crypto/test/UnitTests.csproj
parentTampering and reuse test cases for GCM (diff)
downloadBouncyCastle.NET-ed25519-b4b389a9e08375c78a25b63aca2468abe75e5428.tar.xz
Port ChaCha20Poly1305 from bc-java
Diffstat (limited to 'crypto/test/UnitTests.csproj')
-rw-r--r--crypto/test/UnitTests.csproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/test/UnitTests.csproj b/crypto/test/UnitTests.csproj
index 0ab02f02e..5b39de6ad 100644
--- a/crypto/test/UnitTests.csproj
+++ b/crypto/test/UnitTests.csproj
@@ -168,6 +168,7 @@
     <Compile Include="src\crypto\test\BlowfishTest.cs" />
     <Compile Include="src\crypto\test\CAST6Test.cs" />
     <Compile Include="src\crypto\test\CCMTest.cs" />
+    <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\CTSTest.cs" />