summary refs log tree commit diff
path: root/crypto/test/UnitTests.csproj
diff options
context:
space:
mode:
authorPeter Dettman <peter.dettman@bouncycastle.org>2016-11-30 05:36:43 +0700
committerPeter Dettman <peter.dettman@bouncycastle.org>2016-11-30 05:36:43 +0700
commit84b2be3efb82184703e350c26d7f13330395c15b (patch)
tree006bf62079fa35da5ae2d4cb49d0d91570da4d3d /crypto/test/UnitTests.csproj
parentAfter receiving fatal alert, don't echo that alert to peer (from bc-java) (diff)
downloadBouncyCastle.NET-ed25519-84b2be3efb82184703e350c26d7f13330395c15b.tar.xz
Fix carry propagation bug in Nat???.Square methods
Diffstat (limited to 'crypto/test/UnitTests.csproj')
-rw-r--r--crypto/test/UnitTests.csproj2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/test/UnitTests.csproj b/crypto/test/UnitTests.csproj
index b4c53092b..fe4dd9583 100644
--- a/crypto/test/UnitTests.csproj
+++ b/crypto/test/UnitTests.csproj
@@ -312,6 +312,8 @@
     <Compile Include="src\crypto\tls\test\TlsTestSuite.cs" />
     <Compile Include="src\crypto\tls\test\TlsTestUtilities.cs" />
     <Compile Include="src\crypto\tls\test\UnreliableDatagramTransport.cs" />
+    <Compile Include="src\math\ec\custom\sec\test\SecP256R1FieldTest.cs" />
+    <Compile Include="src\math\ec\custom\sec\test\SecP384R1FieldTest.cs" />
     <Compile Include="src\math\ec\test\AllTests.cs" />
     <Compile Include="src\math\ec\test\ECAlgorithmsTest.cs" />
     <Compile Include="src\math\ec\test\ECPointPerformanceTest.cs" />