diff options
| author | J08nY | 2023-11-17 19:20:00 +0100 |
|---|---|---|
| committer | J08nY | 2023-11-17 19:20:00 +0100 |
| commit | a48b5ce4185362d37b4e6ece842d723df386fd92 (patch) | |
| tree | c03b2db257a574ad140667abaa5ec57ec6549678 /test/sca | |
| parent | 332c7f504fecf5f999511073ce6a391907721e83 (diff) | |
| download | pyecsca-a48b5ce4185362d37b4e6ece842d723df386fd92.tar.gz pyecsca-a48b5ce4185362d37b4e6ece842d723df386fd92.tar.zst pyecsca-a48b5ce4185362d37b4e6ece842d723df386fd92.zip | |
Update BoringSSL and IPP.
Diffstat (limited to 'test/sca')
| -rw-r--r-- | test/sca/test_structural.py | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/test/sca/test_structural.py b/test/sca/test_structural.py index bf93a20..b323f58 100644 --- a/test/sca/test_structural.py +++ b/test/sca/test_structural.py @@ -224,6 +224,20 @@ def test_formula_similarity(secp128r1): ("secg", "secp256r1"), DoublingEFDFormula, ], + [ + "ladd-boringssl-x25519", + MontgomeryModel, + "xz", + ("other", "Curve25519"), + LadderEFDFormula, + ], + [ + "dbl-ipp-x25519", + MontgomeryModel, + "xz", + ("other", "Curve25519"), + DoublingEFDFormula, + ], ], ) def test_formula_correctness(name, model, coords, param_spec, formula_type): |
