diff options
Diffstat (limited to 'test/ec/perf_formula.py')
| -rwxr-xr-x | test/ec/perf_formula.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ec/perf_formula.py b/test/ec/perf_formula.py index 1092ab5..e55ec9c 100755 --- a/test/ec/perf_formula.py +++ b/test/ec/perf_formula.py @@ -1,8 +1,8 @@ #!/usr/bin/env python import click -from pyecsca.ec.mod.gmp import has_gmp from pyecsca.ec.mod.flint import has_flint +from pyecsca.ec.mod.gmp import has_gmp from pyecsca.ec.params import get_params from pyecsca.misc.cfg import TemporaryConfig from test.utils import Profiler |
