Browse Source

securerandom

Ugochukwu Mmaduekwe 7 years ago
parent
commit
1f0a9f81fb
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,
@@ -17,7 +17,7 @@ uses
  // NamedCurveTests,
  // NamedCurveTests,
  // ECSchnorrTests,
  // ECSchnorrTests,
 //  SignerUtilitiesTests,
 //  SignerUtilitiesTests,
- // SecureRandomTests,
+  SecureRandomTests,
  // DigestRandomNumberTests,
  // DigestRandomNumberTests,
  // FixedPointTests,
  // FixedPointTests,
  // AESTests, // pass x64
  // AESTests, // pass x64