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