diff options
Diffstat (limited to 'pyecsca/ec/formula/fake.py')
| -rw-r--r-- | pyecsca/ec/formula/fake.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyecsca/ec/formula/fake.py b/pyecsca/ec/formula/fake.py index 8b71df6..0a3451b 100644 --- a/pyecsca/ec/formula/fake.py +++ b/pyecsca/ec/formula/fake.py @@ -26,7 +26,7 @@ class FakeFormula(Formula, ABC): No matter what the input point is, it just returns the right amount of FakePoints. Useful for computing with the scalar multipliers without having concrete formulas - and points (for example to get the addition chain via the MultipleContext). + and points (for example to get the addition chain via the :py:class:`~.MultipleContext`). """ def __init__(self, coordinate_model): |
