aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/sca/test_stacked_traces.py
diff options
context:
space:
mode:
authorJ08nY2025-03-12 19:01:43 +0100
committerJ08nY2025-03-12 19:01:43 +0100
commit345d5883e5e75ed02282107127a8e65b67435247 (patch)
treed8a0e02575283412d19a46dba426a90f88e4e584 /test/sca/test_stacked_traces.py
parente4c50355c50934e508d9b6d4a957be17d12d8b25 (diff)
downloadpyecsca-345d5883e5e75ed02282107127a8e65b67435247.tar.gz
pyecsca-345d5883e5e75ed02282107127a8e65b67435247.tar.zst
pyecsca-345d5883e5e75ed02282107127a8e65b67435247.zip
Fix multiple mult in rpa context.
Diffstat (limited to 'test/sca/test_stacked_traces.py')
-rw-r--r--test/sca/test_stacked_traces.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/sca/test_stacked_traces.py b/test/sca/test_stacked_traces.py
index c0984cb..d7dcb4a 100644
--- a/test/sca/test_stacked_traces.py
+++ b/test/sca/test_stacked_traces.py
@@ -1,12 +1,12 @@
-import pytest
import numpy as np
+import pytest
+
from pyecsca.sca import (
Trace,
StackedTraces,
TraceSet,
)
-
TRACE_COUNT = 2 ** 10
TRACE_LEN = 2 ** 15