[Mono-bugs] [Bug 51229][Nor] Changed - PrimalityTests.SmallPrimeSppTest doesn't work...
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Thu, 20 Nov 2003 14:54:43 -0500 (EST)
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 bmaurer@users.sf.net.
http://bugzilla.ximian.com/show_bug.cgi?id=51229
--- shadow/51229 2003-11-20 13:43:11.000000000 -0500
+++ shadow/51229.tmp.30752 2003-11-20 14:54:43.000000000 -0500
@@ -2,16 +2,16 @@
Product: Mono/Class Libraries
Version: unspecified
OS: All
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Normal
Component: CORLIB
-AssignedTo: mono-bugs@ximian.com
+AssignedTo: bmaurer@users.sf.net
ReportedBy: pieter@mentalis.org
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
Cc:
Summary: PrimalityTests.SmallPrimeSppTest doesn't work...
@@ -22,6 +22,15 @@
in BigInteger.isProbablePrime, so this method won't work either.
I used the three large primes described in RFC2412
[http://www.faqs.org/rfcs/rfc2412.html] appendix E. When I use the
RabinMillerTest to test the primality of these primes, it returns true --
as expected.
+
+------- Additional Comments From bmaurer@users.sf.net 2003-11-20 14:54 -------
+Hello,
+
+Can you provide some incite into why it is not working correctly. Am
+stumped on this one.
+
+Thanks,
+Ben