aboutsummaryrefslogtreecommitdiff
path: root/pyecsca/ec/mult
diff options
context:
space:
mode:
authorJ08nY2024-08-28 18:45:50 +0200
committerJ08nY2024-08-28 18:45:50 +0200
commit443801d412f98c56117420c0850116921e25529d (patch)
tree1610d9cf391dd91d311bab86ba0ec1dff11382f9 /pyecsca/ec/mult
parent3a882956572af3ffc92811e8bcac4f87b4ad0d2a (diff)
downloadpyecsca-443801d412f98c56117420c0850116921e25529d.tar.gz
pyecsca-443801d412f98c56117420c0850116921e25529d.tar.zst
pyecsca-443801d412f98c56117420c0850116921e25529d.zip
Diffstat (limited to 'pyecsca/ec/mult')
-rw-r--r--pyecsca/ec/mult/ladder.py2
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.