aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/sca
diff options
context:
space:
mode:
Diffstat (limited to 'test/sca')
-rw-r--r--test/sca/test_structural.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/sca/test_structural.py b/test/sca/test_structural.py
index b323f58..970e4fc 100644
--- a/test/sca/test_structural.py
+++ b/test/sca/test_structural.py
@@ -238,6 +238,13 @@ def test_formula_similarity(secp128r1):
("other", "Curve25519"),
DoublingEFDFormula,
],
+ [
+ "ladd-botan-x25519",
+ MontgomeryModel,
+ "xz",
+ ("other", "Curve25519"),
+ LadderEFDFormula,
+ ],
],
)
def test_formula_correctness(name, model, coords, param_spec, formula_type):