diff options
| author | J08nY | 2024-07-15 17:59:15 +0200 |
|---|---|---|
| committer | J08nY | 2024-07-15 17:59:15 +0200 |
| commit | ba894fe889d003f2766b7bb90503960fd0429cd5 (patch) | |
| tree | 60bf4df586a1e3035491b2b80807ee115a224785 /test/ec/perf_mod.py | |
| parent | ce862a86bb0a59313527e3fdd97631ab1f36b8bd (diff) | |
| download | pyecsca-ba894fe889d003f2766b7bb90503960fd0429cd5.tar.gz pyecsca-ba894fe889d003f2766b7bb90503960fd0429cd5.tar.zst pyecsca-ba894fe889d003f2766b7bb90503960fd0429cd5.zip | |
Diffstat (limited to 'test/ec/perf_mod.py')
| -rwxr-xr-x | test/ec/perf_mod.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/test/ec/perf_mod.py b/test/ec/perf_mod.py index 925360e..8f07fc5 100755 --- a/test/ec/perf_mod.py +++ b/test/ec/perf_mod.py @@ -1,7 +1,9 @@ #!/usr/bin/env python import click -from pyecsca.ec.mod import Mod, has_gmp, has_flint +from pyecsca.ec.mod import Mod +from pyecsca.ec.mod.gmp import has_gmp +from pyecsca.ec.mod.flint import has_flint from pyecsca.misc.cfg import TemporaryConfig from test.utils import Profiler |
