Elliptic curve primality proving

From Wikipedia, the free encyclopedia
  (Redirected from Elliptic curve primality test)
Jump to: navigation, search

Elliptic Curve Primality Proving (ECPP) is a method based on elliptic curves to prove the primality of a number (see Elliptic curve primality testing). It is a general-purpose algorithm, meaning it does not depend on the number being of a special form. ECPP is currently in practice the fastest known algorithm for testing the primality of general numbers, but the worst-case execution time is not known. ECPP heuristically runs in time:[1]

 O((\log n)^{5+\epsilon})\,

for some \epsilon > 0. This exponent may be decreased to 4+\epsilon for some versions by heuristic arguments. ECPP works the same way as most other primality tests do, finding a group and showing its size is such that p is prime. For ECPP the group is an elliptic curve over a finite set of quadratic forms such that p-1 is trivial to factor over the group.

ECPP generates an Atkin-Goldwasser-Kilian-Morain certificate of primality by recursion and then attempts to verify the certificate. The step that takes the most CPU time is the certificate generation, because factoring over a class field must be performed. The certificate can be verified quickly, allowing a check of operation to take very little time.

In 2006 the largest prime that has been proved with ECPP is the 20,562-digit Mills' prime:[2]

(((((((((2^3+3)^3+30)^3+6)^3+80)^3+12)^3+450)^3+894)^3+3636)^3+70756)^3+97220.

The distributed computation with software by François Morain started in September 2005 and ended in June 2006. The cumulated time corresponds to one AMD Opteron 250 processor at 2.39 GHz for 2219 days (near 6 years).[3]

As of 2011 the largest prime that has been proved with ECPP is the 26,643-digits LR prime. The distributed computation with software by François Morain started in January 2011 and ended in April 2011. The cumulated time corresponds to one processor for 2255 days (more than 6 years).[4]

[edit] References

  1. ^ Lenstra, Jr., A. K.; Lenstra, Jr., H. W. (1990). "Algorithms in number theory". Handbook of Theoretical Computer Science: Algorithms and Complexity (Amsterdam and New York: The MIT Press) A: 673–715. 
  2. ^ Caldwell, Chris. The Top Twenty: Elliptic Curve Primality Proof from the Prime Pages. Retrieved on 2007-06-09.
  3. ^ Morain, François (2006-06-05). "A new prime". NMBRTHRY mailing list. http://listserv.nodak.edu/cgi-bin/wa.exe?A2=ind0606&L=nmbrthry&T=0&P=159. Retrieved 2007-06-09. 
  4. ^ N. Lygeros, F. Morain, O. Rozier. http://www.lix.polytechnique.fr/~morain/Primes/myprimes.html. 

[edit] External links


Personal tools
Namespaces

Variants
Actions
Navigation
Interaction
Toolbox
Print/export
Languages