From 197ec97ff45bd15575f37eb47c97ea6900843454 Mon Sep 17 00:00:00 2001 From: Jack Lloyd Date: Thu, 5 Jan 2017 20:28:08 -0500 Subject: Document powmod fix [ci skip] --- doc/log.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc/log.txt') diff --git a/doc/log.txt b/doc/log.txt index 0bdfa51dd..c4b0fc258 100644 --- a/doc/log.txt +++ b/doc/log.txt @@ -10,6 +10,9 @@ Series 1.10 Version 1.10.15, Not Yet Released ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +* Fix a bug causing incorrect modular exponentiation computations when + the modulus was even and the exponent was large. (GH #754) + * Fix C++98 build by avoiding std::to_string (GH #747) Version 1.10.14, 2016-11-28 -- cgit v1.2.3