diff options
| author | deepsource-autofix[bot] | 2025-10-03 06:26:04 +0000 |
|---|---|---|
| committer | GitHub | 2025-10-03 06:26:04 +0000 |
| commit | e6975a1924323ae5b7fbc1766ee65190157c37c2 (patch) | |
| tree | ab826a1fb5d6eeba2f392b61c014d2a67464adbe /pyecsca/sca | |
| parent | fa610a92b40c6bed2a409a8b3d8366948ad96cce (diff) | |
| download | pyecsca-e6975a1924323ae5b7fbc1766ee65190157c37c2.tar.gz pyecsca-e6975a1924323ae5b7fbc1766ee65190157c37c2.tar.zst pyecsca-e6975a1924323ae5b7fbc1766ee65190157c37c2.zip | |
Diffstat (limited to 'pyecsca/sca')
| -rw-r--r-- | pyecsca/sca/re/rpa.py | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/pyecsca/sca/re/rpa.py b/pyecsca/sca/re/rpa.py index 83abbf5..e7e033b 100644 --- a/pyecsca/sca/re/rpa.py +++ b/pyecsca/sca/re/rpa.py @@ -27,14 +27,7 @@ from pyecsca.sca.re.tree import Tree, Map from pyecsca.ec.coordinates import AffineCoordinateModel from pyecsca.ec.formula import ( FormulaAction, - DoublingFormula, - AdditionFormula, - TriplingFormula, - NegationFormula, - DifferentialAdditionFormula, - LadderFormula, - ScalingFormula, -) + ) from pyecsca.ec.mod import Mod, mod from pyecsca.ec.mult import ( ScalarMultiplicationAction, |
