Browse Source

biginteger

Ugochukwu Mmaduekwe 7 years ago
parent
commit
5e9cac44ad
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

@@ -8,7 +8,7 @@ uses
  // DerApplicationSpecificTests, // pass x64
  // DerApplicationSpecificTests, // pass x64
  // EqualsAndHashCodeTests, // pass x64
  // EqualsAndHashCodeTests, // pass x64
  // OIDTests, // pass x64
  // OIDTests, // pass x64
- // BigIntegerTests,
+  BigIntegerTests,
  // ECAlgorithmsTests,
  // ECAlgorithmsTests,
 //  ECPointTests,
 //  ECPointTests,
  // SecP384R1FieldTests,
  // SecP384R1FieldTests,
@@ -27,7 +27,7 @@ uses
  // AESSICTests, // pass x64
  // AESSICTests, // pass x64
  // MD5HMacTests, // pass x64
  // MD5HMacTests, // pass x64
  // HMacTests,
  // HMacTests,
-  Pkcs5Tests,
+ // Pkcs5Tests,
   ClpFixedSecureRandom,
   ClpFixedSecureRandom,
   ClpIFixedSecureRandom;
   ClpIFixedSecureRandom;