aboutsummaryrefslogtreecommitdiff
path: root/test/ec/test_countermeasures.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/ec/test_countermeasures.py')
-rw-r--r--test/ec/test_countermeasures.py1
1 files changed, 1 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),
}