diff options
Diffstat (limited to 'checks/ec_tests.cpp')
-rw-r--r-- | checks/ec_tests.cpp | 2 |
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(); |