aboutsummaryrefslogtreecommitdiff
path: root/test/ec/perf_mod.py
diff options
context:
space:
mode:
authorJ08nY2025-03-12 19:01:43 +0100
committerJ08nY2025-03-12 19:01:43 +0100
commit345d5883e5e75ed02282107127a8e65b67435247 (patch)
treed8a0e02575283412d19a46dba426a90f88e4e584 /test/ec/perf_mod.py
parente4c50355c50934e508d9b6d4a957be17d12d8b25 (diff)
downloadpyecsca-345d5883e5e75ed02282107127a8e65b67435247.tar.gz
pyecsca-345d5883e5e75ed02282107127a8e65b67435247.tar.zst
pyecsca-345d5883e5e75ed02282107127a8e65b67435247.zip
Diffstat (limited to 'test/ec/perf_mod.py')
-rwxr-xr-xtest/ec/perf_mod.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ec/perf_mod.py b/test/ec/perf_mod.py
index 7783f09..4bd1e1e 100755
--- a/test/ec/perf_mod.py
+++ b/test/ec/perf_mod.py
@@ -2,8 +2,8 @@
import click
from pyecsca.ec.mod.base import Mod, mod as make_mod
-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.misc.cfg import TemporaryConfig
from test.utils import Profiler