[Mono-bugs] [Bug 81857][Nor] Changed - BigInteger reduction can fail on small values

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Thu Jul 5 12:06:01 EDT 2007


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by sebastien at ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=81857

--- shadow/81857	2007-07-05 11:52:31.000000000 -0400
+++ shadow/81857.tmp.3161	2007-07-05 12:06:01.000000000 -0400
@@ -151,6 +151,11 @@
 ------- Additional Comments From sebastien at ximian.com  2007-07-05 11:52 -------
 Changed my workaround for one that makes more sense (i.e. that I'll
 keep even when the bug is fixed). SVN r81398-9 will select the best
 algorithm (SPP or RM) to check primality. This works around the
 current bug and also fix the 65537 corner case (as no random value is
 required).
+
+------- Additional Comments From sebastien at ximian.com  2007-07-05 12:06 -------
+Sigh :( it seems that doesn't work for the 20 digits test cases. So
+I'm reenabling my first workaround (while keeping the selection with a
+lower threshold).


More information about the mono-bugs mailing list