Schoof–Elkies–Atkin Algorithm
   HOME

TheInfoList



OR:

The Schoof–Elkies–Atkin algorithm (SEA) is an
algorithm In mathematics and computer science, an algorithm () is a finite sequence of Rigour#Mathematics, mathematically rigorous instructions, typically used to solve a class of specific Computational problem, problems or to perform a computation. Algo ...
used for finding the
order Order, ORDER or Orders may refer to: * A socio-political or established or existing order, e.g. World order, Ancien Regime, Pax Britannica * Categorization, the process in which ideas and objects are recognized, differentiated, and understood ...
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 the ...
over a
finite field In mathematics, a finite field or Galois field (so-named in honor of Évariste Galois) is a field (mathematics), field that contains a finite number of Element (mathematics), elements. As with any field, a finite field is a Set (mathematics), s ...
. 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 to provide equivalent security, compared to cryptosystems based on modula ...
. The algorithm is an extension of Schoof's algorithm by Noam Elkies and A. O. L. Atkin to significantly improve its efficiency (under heuristic assumptions).


Details

The Elkies-Atkin extension to Schoof's algorithm 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-invariants (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, colloquially referred to as Vegas, is the most populous city in the U.S. state of Nevada and the county seat of Clark County. The Las Vegas Valley metropolitan area is the largest within the greater Mojave Desert, and second-l ...
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 Big ''O'' notation is a mathematical notation that describes the asymptotic analysis, limiting behavior of a function (mathematics), function when the Argument of a function, argument tends towards a particular value or infinity. Big O is a memb ...
that suppresses terms that are logarithmic in the main term of an expression.


Implementations

The 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 P ...
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 ...

"Remarks on the Schoof-Elkies-Atkin algorithm"

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