diff options
| author | J08nY | 2023-11-24 16:41:09 +0100 |
|---|---|---|
| committer | J08nY | 2023-11-24 16:41:09 +0100 |
| commit | f287c07f693ffd21a2ba9399f4006e348cbb0d10 (patch) | |
| tree | 6c8b9468c05126cf0b17ef53213acf88aa4b7ad6 /test/sca | |
| parent | ed091bddcec83ec4a292ce6faa0151e6f00efcb5 (diff) | |
| download | pyecsca-f287c07f693ffd21a2ba9399f4006e348cbb0d10.tar.gz pyecsca-f287c07f693ffd21a2ba9399f4006e348cbb0d10.tar.zst pyecsca-f287c07f693ffd21a2ba9399f4006e348cbb0d10.zip | |
Add Botan x25519 ladder (from curve25519_donna).
Diffstat (limited to 'test/sca')
| -rw-r--r-- | test/sca/test_structural.py | 7 |
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): |
