HOME

TheInfoList



OR:

The Schoof–Elkies–Atkin algorithm (SEA) is an
algorithm In mathematics and computer science, an algorithm () is a finite sequence of rigorous instructions, typically used to solve a class of specific problems or to perform a computation. Algorithms are used as specifications for performing ...
used for finding the order of or calculating the number of points on an
elliptic curve In mathematics, an elliptic curve is a smooth, projective, algebraic curve of genus one, on which there is a specified point . An elliptic curve is defined over a field and describes points in , the Cartesian product of with itself. If ...
over a
finite field In mathematics, a finite field or Galois field (so-named in honor of Évariste Galois) is a field that contains a finite number of elements. As with any field, a finite field is a set on which the operations of multiplication, addition, subtr ...
. Its primary application is in
elliptic curve cryptography Elliptic-curve cryptography (ECC) is an approach to public-key cryptography based on the algebraic structure of elliptic curves over finite fields. ECC allows smaller keys compared to non-EC cryptography (based on plain Galois fields) to provide ...
. The algorithm is an extension of
Schoof's algorithm Schoof's algorithm is an efficient algorithm to count points on elliptic curves over finite fields. The algorithm has applications in elliptic curve cryptography where it is important to know the number of points to judge the difficulty of solving t ...
by
Noam Elkies Noam David Elkies (born August 25, 1966) is a professor of mathematics at Harvard University. At the age of 26, he became the youngest professor to receive tenure at Harvard. He is also a pianist, chess national master and a chess composer. Ear ...
and
A. O. L. Atkin Arthur Oliver Lonsdale Atkin (31 July 1925 – 28 December 2008), who published under the name A. O. L. Atkin, was a British mathematician. As an undergraduate during World War II, Atkin worked at Bletchley Park cracking German codes. He receiv ...
to significantly improve its efficiency (under heuristic assumptions).


Details

The Elkies-Atkin extension to
Schoof's algorithm Schoof's algorithm is an efficient algorithm to count points on elliptic curves over finite fields. The algorithm has applications in elliptic curve cryptography where it is important to know the number of points to judge the difficulty of solving t ...
works by restricting the set of primes S = \ considered to primes of a certain kind. These came to be called Elkies primes and Atkin primes respectively. A prime l is called an Elkies prime if the characteristic equation: \phi^2-t\phi+ q = 0 splits over \mathbb_l, while an Atkin prime is a prime that is not an Elkies prime. Atkin showed how to combine information obtained from the Atkin primes with the information obtained from Elkies primes to produce an efficient algorithm, which came to be known as the Schoof–Elkies–Atkin algorithm. The first problem to address is to determine whether a given prime is Elkies or Atkin. In order to do so, we make use of modular polynomials \Phi_l(X,Y) that parametrize pairs of l- isogenous elliptic curves in terms of their
j-invariant In mathematics, Felix Klein's -invariant or function, regarded as a function of a complex variable , is a modular function of weight zero for defined on the upper half-plane of complex numbers. It is the unique such function which is hol ...
s (in practice alternative modular polynomials may also be used but for the same purpose). If the instantiated polynomial \Phi_l(X,j(E)) has a root j(E') in \mathbb_q then l is an Elkies prime, and we may compute a polynomial f_l(X) whose roots correspond to points in the kernel of the l-isogeny from E to E'. The polynomial f_l is a divisor of the corresponding division polynomial used in Schoof's algorithm, and it has significantly lower degree, O(l) versus O(l^2). For Elkies primes, this allows one to compute the number of points on E modulo l more efficiently than in Schoof's algorithm. In the case of an Atkin prime, we can gain some information from the factorization pattern of \Phi_l(X,j(E)) in \mathbb_l /math>, which constrains the possibilities for the number of points modulo l, but the asymptotic complexity of the algorithm depends entirely on the Elkies primes. Provided there are sufficiently many small Elkies primes (on average, we expect half the primes l to be Elkies primes), this results in a reduction in the running time. The resulting algorithm is probabilistic (of
Las Vegas Las Vegas (; Spanish for "The Meadows"), often known simply as Vegas, is the 25th-most populous city in the United States, the most populous city in the state of Nevada, and the county seat of Clark County. The city anchors the Las Vegas ...
type), and its expected running time is, heuristically, \tilde(\log^4 q), making it more efficient in practice than Schoof's algorithm. Here the \tilde notation is a variant of big O notation that suppresses terms that are logarithmic in the main term of an expression.


Implementations

Schoof–Elkies–Atkin algorithm is implemented in the
PARI/GP PARI/GP is a computer algebra system with the main aim of facilitating number theory computations. Versions 2.1.0 and higher are distributed under the GNU General Public License. It runs on most common operating systems. System overview The ...
computer algebra system in the GP function ellap.


External links


"Schoof: Counting points on elliptic curves over finite fields"


on
Mathworld ''MathWorld'' is an online mathematics reference work, created and largely written by Eric W. Weisstein. It is sponsored by and licensed to Wolfram Research, Inc. and was partially funded by the National Science Foundation's National Science Di ...

"Remarks on the Schoof-Elkies-Atkin algorithm"

"The Schoof-Elkies-Atkin Algorithm in Characteristic 2"
{{DEFAULTSORT:Schoof-Elkies-Atkin algorithm Asymmetric-key algorithms Elliptic curve cryptography Group theory Finite fields Number theory