diff options
author | lloyd <[email protected]> | 2008-11-17 18:18:19 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-11-17 18:18:19 +0000 |
commit | d835338c5356b806fa5f4e1b4ee7a7d6f016a0de (patch) | |
tree | 12b50533bde4c9b614fda79a6a608a22ae19e6ed /checks/check.cpp | |
parent | 33e15eb51ce0a2cd5c4b1dc0b36d1bb90b3a4d81 (diff) |
Reorganize all GF(p)/ECC tests to be called from pk.cpp
Diffstat (limited to 'checks/check.cpp')
-rw-r--r-- | checks/check.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/checks/check.cpp b/checks/check.cpp index 619e8a3a7..444a7986e 100644 --- a/checks/check.cpp +++ b/checks/check.cpp @@ -206,8 +206,6 @@ int run_test_suite(RandomNumberGenerator& rng) errors += do_validation_tests(VALIDATION_FILE, rng); errors += do_validation_tests(EXPECTED_FAIL_FILE, rng, false); errors += do_bigint_tests(BIGINT_VALIDATION_FILE, rng); - errors += do_gfpmath_tests(rng); - do_ec_tests(rng); errors += do_pk_validation_tests(PK_VALIDATION_FILE, rng); //errors += do_cvc_tests(rng); } |