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/ec | |
| parent | cf7badc004cf6c17443c850272caab9be1061e00 (diff) | |
| download | pyecsca-87737c7c0bd197f081b60b6cf11ed21d3fbff734.tar.gz pyecsca-87737c7c0bd197f081b60b6cf11ed21d3fbff734.tar.zst pyecsca-87737c7c0bd197f081b60b6cf11ed21d3fbff734.zip | |
Diffstat (limited to 'test/ec')
| -rw-r--r-- | test/ec/test_countermeasures.py | 1 | ||||
| -rw-r--r-- | test/ec/test_mult.py | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/test/ec/test_countermeasures.py b/test/ec/test_countermeasures.py index 3cd5461..1bf1477 100644 --- a/test/ec/test_countermeasures.py +++ b/test/ec/test_countermeasures.py @@ -42,6 +42,7 @@ def mults(secp128r1, add, dbl): for combination in product(*rtl_options.values()) ] bnaf_options = { + "always": (True, False), "direction": tuple(ProcessingDirection), "accumulation_order": tuple(AccumulationOrder), } diff --git a/test/ec/test_mult.py b/test/ec/test_mult.py index 07ddcdf..9617fa5 100644 --- a/test/ec/test_mult.py +++ b/test/ec/test_mult.py @@ -382,6 +382,7 @@ def test_basic_multipliers(secp128r1, num, add, dbl): for combination in product(*rtl_options.values()) ] bnaf_options = { + "always": (True, False), "direction": tuple(ProcessingDirection), "accumulation_order": tuple(AccumulationOrder), } |
