From f287c07f693ffd21a2ba9399f4006e348cbb0d10 Mon Sep 17 00:00:00 2001 From: J08nY Date: Fri, 24 Nov 2023 16:41:09 +0100 Subject: Add Botan x25519 ladder (from curve25519_donna). --- test/sca/test_structural.py | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'test/sca') 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): -- cgit v1.2.3-70-g09d2