summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMarco Bodrato <bodrato@mail.dm.unipi.it>2019-01-03 20:43:13 +0100
committerMarco Bodrato <bodrato@mail.dm.unipi.it>2019-01-03 20:43:13 +0100
commitbaca181a46ef2c68c298095df1dff63c1aadde8a (patch)
tree7358761d9a7ff06b44c28515c2faf81ed62d270a /doc
parentfa42be59a71b5e8ccb14027ac2cbbeafae0633ce (diff)
downloadgmp-baca181a46ef2c68c298095df1dff63c1aadde8a.tar.gz
doc/gmp.texi (mpn_sec_powm): CORRECTLY 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 782cc9001..60c26347e 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{0 < @var{E} < 2@GMPraise{@var{enb}}, 0 < @var{E} < 2^@var{enb}}.
+that @m{@var{E} < 2@GMPraise{@var{enb}}, @var{E} < 2^@var{enb}}, with @math{@var{enb} > 0}.
No overlapping between @var{R} and the input operands is allowed.