summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMarco Bodrato <bodrato@mail.dm.unipi.it>2019-01-03 20:03:52 +0100
committerMarco Bodrato <bodrato@mail.dm.unipi.it>2019-01-03 20:03:52 +0100
commitfa42be59a71b5e8ccb14027ac2cbbeafae0633ce (patch)
tree0c7b6e80fa51cc2838bc4eb97b45e4e5d2173c2e /doc
parent6c5040ba66eb227e671a42b290194c6d74a288ca (diff)
downloadgmp-fa42be59a71b5e8ccb14027ac2cbbeafae0633ce.tar.gz
doc/gmp.texi (mpn_sec_powm): Specify that exponent can not have 0 bits lenght.
Diffstat (limited to 'doc')
-rw-r--r--doc/gmp.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/gmp.texi b/doc/gmp.texi
index 4dc68f8a1..782cc9001 100644
--- a/doc/gmp.texi
+++ b/doc/gmp.texi
@@ -5802,7 +5802,7 @@ and @var{E} = @{@var{ep},@math{@GMPceil{@var{enb} /
@code{GMP\_NUMB\_BITS}}}@}.
It is required that @math{@var{B} > 0}, that @math{@var{M} > 0} is odd, and
-that @m{@var{E} < 2@GMPraise{@var{enb}}, @var{E} < 2^@var{enb}}.
+that @m{0 < @var{E} < 2@GMPraise{@var{enb}}, 0 < @var{E} < 2^@var{enb}}.
No overlapping between @var{R} and the input operands is allowed.