diff options
| author | J08nY | 2025-11-30 18:02:02 +0100 |
|---|---|---|
| committer | J08nY | 2025-11-30 18:02:02 +0100 |
| commit | b602400a52ff42f64faf495a9e46dbb17c86a472 (patch) | |
| tree | fd40cfcc862115890e401f75398b99a7ccb04804 /test/test_equivalence.py | |
| parent | e09d15a667a5cc0285319c17ce6de806b9681d06 (diff) | |
| download | pyecsca-codegen-master.tar.gz pyecsca-codegen-master.tar.zst pyecsca-codegen-master.zip | |
Diffstat (limited to 'test/test_equivalence.py')
| -rw-r--r-- | test/test_equivalence.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/test/test_equivalence.py b/test/test_equivalence.py index aaea7f6..5a48729 100644 --- a/test/test_equivalence.py +++ b/test/test_equivalence.py @@ -16,8 +16,6 @@ from pyecsca.sca.target.binary import BinaryTarget from pyecsca.codegen.client import ImplTarget from pyecsca.ec.context import DefaultContext, local, Node -from pyecsca.ec.mult import WindowBoothMultiplier - class GDBTarget(ImplTarget, BinaryTarget): def __init__(self, model: CurveModel, coords: CoordinateModel, **kwargs): @@ -50,7 +48,7 @@ class GDBTarget(ImplTarget, BinaryTarget): def disconnect(self): super().disconnect() if self.trace_file is not None: - #self.trace_file.close() + # self.trace_file.close() self.trace_file = None |
