aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/sca/test_epa.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/sca/test_epa.py b/test/sca/test_epa.py
index 23828b4..cab2f03 100644
--- a/test/sca/test_epa.py
+++ b/test/sca/test_epa.py
@@ -350,7 +350,8 @@ def test_independent_check_inputs(secp128r1, mult):
assert (
check_inputs == last_check_inputs
), f"Failed for {check_condition}, precomp_to_affine={precomp_to_affine}, scalar={scalar}, mult={mult_class.__name__}"
- last_check_inputs = check_inputs
+ else:
+ last_check_inputs = check_inputs
@pytest.mark.parametrize("check_condition,precomp_to_affine,multiples_kind", [