From 26fef863edd65e10cea2c11f92759092facd35f7 Mon Sep 17 00:00:00 2001 From: Peter Dettman Date: Tue, 1 Jul 2014 13:42:38 +0700 Subject: Port ECAlgorithmsTest from Java --- crypto/crypto.csproj | 5 + crypto/test/src/math/ec/test/AllTests.cs | 9 +- crypto/test/src/math/ec/test/ECAlgorithmsTest.cs | 151 +++++++++++++++++++++++ crypto/test/src/math/ec/test/ECPointTest.cs | 2 +- 4 files changed, 162 insertions(+), 5 deletions(-) create mode 100644 crypto/test/src/math/ec/test/ECAlgorithmsTest.cs diff --git a/crypto/crypto.csproj b/crypto/crypto.csproj index 5a9d37797..6539d2f9f 100644 --- a/crypto/crypto.csproj +++ b/crypto/crypto.csproj @@ -10656,6 +10656,11 @@ SubType = "Code" BuildAction = "Compile" /> +