diff options
Diffstat (limited to 'pyecsca/ec/model.py')
| -rw-r--r-- | pyecsca/ec/model.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pyecsca/ec/model.py b/pyecsca/ec/model.py index c8a9b46..a313a00 100644 --- a/pyecsca/ec/model.py +++ b/pyecsca/ec/model.py @@ -20,8 +20,8 @@ class CurveModel(object): to_weierstrass: List[Module] from_weierstrass: List[Module] - #TODO: move the base_formulas into methods, operatin on affine points? - # Also to_weierstrass anf from_weierstrass. + # TODO: move the base_formulas into methods, operatin on affine points? + # Also to_weierstrass anf from_weierstrass. # TODO: __eq__ |
