[Mono-bugs] [Bug 81857][Nor] Changed - BigInteger.IsProbablePrime() fails on some primes
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Mon Jun 11 14:11:46 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 atsushi at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=81857
--- shadow/81857 2007-06-11 14:10:54.000000000 -0400
+++ shadow/81857.tmp.24582 2007-06-11 14:11:46.000000000 -0400
@@ -1,22 +1,21 @@
Bug#: 81857
Product: Mono: Class Libraries
Version: 1.0
-OS:
+OS: unknown
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Normal
Component: Mono.Security
AssignedTo: sebastien at ximian.com
ReportedBy: atsushi at ximian.com
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
URL:
-Cc:
Summary: BigInteger.IsProbablePrime() fails on some primes
Kazuki found some BigInteger issues:
1) new BigInteger (5987).IsProbablePrime() returns false.
2) new BigInteger (65537).IsProbablePrime() causes IndexOutOfRangeException.
http://primes.utm.edu/lists/small/10000.txt
More information about the mono-bugs
mailing list