diff options
| author | J08nY | 2024-08-28 18:45:50 +0200 |
|---|---|---|
| committer | J08nY | 2024-08-28 18:45:50 +0200 |
| commit | 443801d412f98c56117420c0850116921e25529d (patch) | |
| tree | 1610d9cf391dd91d311bab86ba0ec1dff11382f9 /pyecsca/ec/mult | |
| parent | 3a882956572af3ffc92811e8bcac4f87b4ad0d2a (diff) | |
| download | pyecsca-443801d412f98c56117420c0850116921e25529d.tar.gz pyecsca-443801d412f98c56117420c0850116921e25529d.tar.zst pyecsca-443801d412f98c56117420c0850116921e25529d.zip | |
Diffstat (limited to 'pyecsca/ec/mult')
| -rw-r--r-- | pyecsca/ec/mult/ladder.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyecsca/ec/mult/ladder.py b/pyecsca/ec/mult/ladder.py index 3c141cd..5f5d8a2 100644 --- a/pyecsca/ec/mult/ladder.py +++ b/pyecsca/ec/mult/ladder.py @@ -20,7 +20,7 @@ class LadderMultiplier(ScalarMultiplier): """ Montgomery ladder multiplier, using a three input, two output ladder formula. - Optionally takes a doubling formula, and if `complete` is false, it requires one. + Optionally takes a doubling formula, and if both `complete` and `full` is false, it requires one. :param short_circuit: Whether the use of formulas will be guarded by short-circuit on inputs of the point at infinity. |
