diff options
| author | J08nY | 2025-03-19 14:48:38 +0100 |
|---|---|---|
| committer | J08nY | 2025-03-19 14:48:38 +0100 |
| commit | f50335f62ff4ebd4ea855597357f1d7a6df8eef8 (patch) | |
| tree | 07074876090a99c59c844ac0b79df0414b870ce3 /pyecsca/ec | |
| parent | 25e07e0ae5f74f05edbdd5026a51417333b4679c (diff) | |
| download | pyecsca-f50335f62ff4ebd4ea855597357f1d7a6df8eef8.tar.gz pyecsca-f50335f62ff4ebd4ea855597357f1d7a6df8eef8.tar.zst pyecsca-f50335f62ff4ebd4ea855597357f1d7a6df8eef8.zip | |
Cleanup docs from unnecessary inherited items.
Diffstat (limited to 'pyecsca/ec')
| -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): |
