From fa42be59a71b5e8ccb14027ac2cbbeafae0633ce Mon Sep 17 00:00:00 2001 From: Marco Bodrato Date: Thu, 3 Jan 2019 20:03:52 +0100 Subject: doc/gmp.texi (mpn_sec_powm): Specify that exponent can not have 0 bits lenght. --- doc/gmp.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') 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. -- cgit v1.2.1