aboutsummaryrefslogtreecommitdiffstats
path: root/src/scripts/test_cli.py
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2018-12-16 20:34:53 -0500
committerJack Lloyd <[email protected]>2018-12-16 20:34:53 -0500
commite42048382f91befd5ec3b2a84210bbd3b9716c8e (patch)
tree7f460191d352eda8248f8b643fd1f6dc711e2a30 /src/scripts/test_cli.py
parent5b5f44f1d50153c39aa1e9495f5954c120b44b0d (diff)
Test how long it takes to precompute base point multiples
Diffstat (limited to 'src/scripts/test_cli.py')
-rwxr-xr-xsrc/scripts/test_cli.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scripts/test_cli.py b/src/scripts/test_cli.py
index ee7f9ffab..bc9b8c7a9 100755
--- a/src/scripts/test_cli.py
+++ b/src/scripts/test_cli.py
@@ -657,7 +657,7 @@ def cli_speed_tests():
# these all have a common output format
math_ops = ['mp_mul', 'mp_div', 'mp_div10', 'modexp', 'random_prime', 'inverse_mod',
- 'rfc3394', 'fpe_fe1', 'ecdsa_recovery',
+ 'rfc3394', 'fpe_fe1', 'ecdsa_recovery', 'ecc_init',
'bn_redc', 'nistp_redc', 'ecc_mult', 'ecc_ops', 'os2ecp', 'primality_test',
'bcrypt', 'passhash9']