aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/sca/test_rpa.py
diff options
context:
space:
mode:
authorJ08nY2025-03-26 18:39:22 +0100
committerJ08nY2025-03-26 18:39:22 +0100
commit87737c7c0bd197f081b60b6cf11ed21d3fbff734 (patch)
treeb2049860feac3bc7a8805bb1135c0fa566d5d041 /test/sca/test_rpa.py
parentcf7badc004cf6c17443c850272caab9be1061e00 (diff)
downloadpyecsca-87737c7c0bd197f081b60b6cf11ed21d3fbff734.tar.gz
pyecsca-87737c7c0bd197f081b60b6cf11ed21d3fbff734.tar.zst
pyecsca-87737c7c0bd197f081b60b6cf11ed21d3fbff734.zip
Add always to Binary NAF.
Diffstat (limited to 'test/sca/test_rpa.py')
-rw-r--r--test/sca/test_rpa.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/sca/test_rpa.py b/test/sca/test_rpa.py
index c2083ba..8be35f1 100644
--- a/test/sca/test_rpa.py
+++ b/test/sca/test_rpa.py
@@ -168,10 +168,10 @@ def test_distinguish_basic(distinguish_params_sw, add, dbl, neg):
RTLMultiplier(add, dbl, None, True, AccumulationOrder.PeqPR, False),
SimpleLadderMultiplier(add, dbl, None, True, True),
BinaryNAFMultiplier(
- add, dbl, neg, None, ProcessingDirection.LTR, AccumulationOrder.PeqPR, True
+ add, dbl, neg, None, False, ProcessingDirection.LTR, AccumulationOrder.PeqPR, True
),
BinaryNAFMultiplier(
- add, dbl, neg, None, ProcessingDirection.RTL, AccumulationOrder.PeqPR, True
+ add, dbl, neg, None, False, ProcessingDirection.RTL, AccumulationOrder.PeqPR, True
),
WindowNAFMultiplier(
add, dbl, neg, 3, None, AccumulationOrder.PeqPR, True, True