Browse Source

add ecpoint tests

Ugochukwu Mmaduekwe 7 years ago
parent
commit
66b49075f3
1 changed files with 2 additions and 2 deletions
  1. 2 2
      CryptoLib.Tests/FreePascal.Tests/CryptoLibConsole.lpr

+ 2 - 2
CryptoLib.Tests/FreePascal.Tests/CryptoLibConsole.lpr

@@ -10,9 +10,9 @@ uses
   OIDTests,
   BigIntegerTests,
  // ECAlgorithmsTests,
- // ECPointTests,
+ ECPointTests,
   SecP384R1FieldTests,
-  ECDsa5Tests,
+ // ECDsa5Tests,
  // ECTests,
  // NamedCurveTests,
   ECSchnorrTests,