diff options
author | Jack Lloyd <[email protected]> | 2019-09-28 07:39:31 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2019-09-28 07:53:17 -0400 |
commit | 57ceb45b19da1ec77262ad543be004df073c4411 (patch) | |
tree | bc1a370e3d74ff343eeceb73fdc1953407bf8c0a /src/scripts | |
parent | 5befd710a9ba2a40c0998c3e0a87943e4b8f829b (diff) |
Add poly_dbl speed util
Diffstat (limited to 'src/scripts')
-rwxr-xr-x | src/scripts/test_cli.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scripts/test_cli.py b/src/scripts/test_cli.py index df5e8b9b7..e449bb74f 100755 --- a/src/scripts/test_cli.py +++ b/src/scripts/test_cli.py @@ -994,7 +994,7 @@ def cli_speed_tests(_tmp_dir): # 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', 'ecc_init', + 'rfc3394', 'fpe_fe1', 'ecdsa_recovery', 'ecc_init', 'poly_dbl', 'bn_redc', 'nistp_redc', 'ecc_mult', 'ecc_ops', 'os2ecp', 'primality_test', 'bcrypt', 'passhash9', 'argon2'] |