aboutsummaryrefslogtreecommitdiffstats
path: root/checks/ec_tests.cpp
diff options
context:
space:
mode:
authorlloyd <[email protected]>2008-11-17 18:18:19 +0000
committerlloyd <[email protected]>2008-11-17 18:18:19 +0000
commitd835338c5356b806fa5f4e1b4ee7a7d6f016a0de (patch)
tree12b50533bde4c9b614fda79a6a608a22ae19e6ed /checks/ec_tests.cpp
parent33e15eb51ce0a2cd5c4b1dc0b36d1bb90b3a4d81 (diff)
Reorganize all GF(p)/ECC tests to be called from pk.cpp
Diffstat (limited to 'checks/ec_tests.cpp')
-rw-r--r--checks/ec_tests.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/checks/ec_tests.cpp b/checks/ec_tests.cpp
index 03a527ad7..043454b51 100644
--- a/checks/ec_tests.cpp
+++ b/checks/ec_tests.cpp
@@ -1169,7 +1169,7 @@ void test_ec_key_cast(RandomNumberGenerator& rng)
void do_ec_tests(RandomNumberGenerator& rng)
{
- std::cout << "InSiTo ECC tests: " << std::flush;
+ std::cout << "Testing ECC: " << std::flush;
test_point_turn_on_sp_red_mul_simple();
test_point_turn_on_sp_red_mul();