diff options
| author | J08nY | 2025-03-26 18:39:22 +0100 |
|---|---|---|
| committer | J08nY | 2025-03-26 18:39:22 +0100 |
| commit | 87737c7c0bd197f081b60b6cf11ed21d3fbff734 (patch) | |
| tree | b2049860feac3bc7a8805bb1135c0fa566d5d041 /test/sca/test_rpa.py | |
| parent | cf7badc004cf6c17443c850272caab9be1061e00 (diff) | |
| download | pyecsca-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.py | 4 |
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 |
