Browse Source

ecdsa5 tests

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

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

@@ -12,16 +12,16 @@ uses
  // ECAlgorithmsTests,
  // ECAlgorithmsTests,
  // ECPointTests,
  // ECPointTests,
  // SecP384R1FieldTests,
  // SecP384R1FieldTests,
- // ECDsa5Tests,
+  ECDsa5Tests,
  // ECTests,
  // ECTests,
  // NamedCurveTests,
  // NamedCurveTests,
 //  ECSchnorrTests, // pass x64, pass arm, arm raises exception
 //  ECSchnorrTests, // pass x64, pass arm, arm raises exception
- // SignerUtilitiesTests, 
+ // SignerUtilitiesTests, // pass x64, pass arm, arm raises exception
  // SecureRandomTests, // pass x64, pass arm
  // SecureRandomTests, // pass x64, pass arm
- // DigestRandomNumberTests,
-  FixedPointTests,
+ // DigestRandomNumberTests, // pass x64, pass arm
+ // FixedPointTests, // pass x64, pass arm, arm raises exception
  // AESTests, // pass x64, pass arm
  // AESTests, // pass x64, pass arm
-// BlockCipherVectorTests, // pass x64
+// BlockCipherVectorTests, // pass x64, pass arm
   AESTestVectors,
   AESTestVectors,
  // IESCipherTests, // pass x64, pass arm, arm raises exception
  // IESCipherTests, // pass x64, pass arm, arm raises exception
  // AESSICTests, // pass x64, pass arm
  // AESSICTests, // pass x64, pass arm