This disclosure relates to cryptology.
Modular polynomials are defining equations for modular curves, and are useful in many different aspects of computational number theory and cryptography. For example, computations with modular polynomials have been used to speed elliptic curve point-counting algorithms. The lth modular polynomial, φl(x, y), parameterizes pairs of elliptic curves with a cyclic isogeny of degree l between them. A conventional method for computing modular polynomials consists of computing the Fourier expansion of the modular j-function and solving a linear system of equations to obtain the integral coefficients of φl(x, y). Thus, the lth modular polynomial is a polynomial of two variables such that a zero is a pair of j-invariants of two elliptic curves which are isogenous with isogeny of degree l. These polynomials are extremely difficult to compute because the coefficients are so large (of size exponential in l). The largest l for which the modular polynomial has been computed in current tables is l=59.
Systems and methods for computing modular polynomials modulo large primes are described. In one aspect, the systems and methods generate l-isogenous elliptic curves. A modular polynomial modulo a large prime p is then computed as a function of l-isogenous elliptic curves modulo p.
In the Figures, the left-most digit of a component reference number identifies the particular Figure in which the component first appears.
Systems and methods for computing modular polynomials modulo large primes are described with respect to
Although not required, the systems and methods for computing modular polynomials modulo large primes are described in the general context of computer-executable instructions (program modules) being executed by a computing device such as a personal computer. Program modules generally include routines, programs, objects, components, data structures, etc., that perform particular tasks or implement particular abstract data types. While the systems and methods are described in the foregoing context, acts and operations described hereinafter may also be implemented in hardware.
More particularly, and in one implementation (i.e., algorithm 1), polynomial computation module 108 computes an lth modular polynomial modulo p by computing all isogenies 118 of degree l from a given supersingular elliptic curve 114 modulo p via Vélu's well-known formulae. (See [11], Vélu, Jacques; Isogénies entre courbes elliptiques, C. R. Acad. Sc. Paris, 238-241, 1971). Next, modular polynomial computation module 108, for a given j-invariant 120 of a supersingular elliptic curve 114 over Fp
In another implementation (i.e., algorithm 2), polynomial computation module 108, uses the connectedness of the graph of supersingular elliptic curves 114 over Fp
Computing a Univariate Polynomial Modulo Prime p Given j-Invariant j
At block 202, polynomial computation module 108 find the generators P and Q of E[l]. To this end:
(i) Pick two points U, V at random from E(Fq
(ii) Set P′=sU and Q′=sV, if either P′ or Q′ equals O then repeat step (i).
(iii) Find the smallest i1, i2 such that li
(iv) Set P=li
At block 204, polynomial computation module 108 determines the j-invariants j1, . . . , jl+1 in Fp
At block 206, polynomial computation module 108 outputs φl(x, j)=Π1≦i≦l+1(x−ji): univariate Polynomial 116. Polynomial 116 has coefficients in Fp
The following lemma 1 gives the possibilities for the value of n at block 202 (a). Let E/Fq be an elliptic curve, and let l be a prime not equal to the characteristic of Fq. Then E[l]⊂E(Fq
ρl: (Fq(E[l])/Fq)→Aut(E[l])≅2(Fl).
The Galois group (Fq(E[l])/Fq) is cyclic, thus by ρl the possibilities for (Fq(E[l])/Fq) are limited to cyclic subgroups of 2(Fl). We study the following map
2(Fl)Ψ→2(Fl)→2(Fl),
wherein the map Ψ is given by
The cyclic subgroups of 2(Fl) are either of order l or of cardinality dividing (l±1)/k , where k=gcd(l−1, 2). If C is a cyclic subgroup of 2(Fl) then its image in 2(Fl) is annihilated by either l or l±1. Since the image is obtained by quotienting out by scalars and then a group of order 2, C is annihilated by either l(l−1) or (l−1)(l+1)=l2−1. Thus the degree of the field extension containing the l-torsion points on E must divide either l(l−1) or l2−1.
The operations of block 202 use n=l2−1. However, if corresponding operations (d) and (e) do not succeed for some K (a constant) number of iterations, n=l(l−1) is utilized. The following analysis shows that a sufficiently large constant K will work.
Operation (b) of block 202 does not need a point counting algorithm to determine S. Since E is a supersingular elliptic curve, 114 we have the following choices for the trace of Frobenius aq:
A deterministic point counting algorithm could also be used to find #E(Fq), but this would cost O(log6 q) field operations.
The probability with which operations of block 202 (d) succeeds is determined as follows. For a random choice of the points U and V in (d)(i), the probability that step (d)(ii) succeeds is at least
As a group E(Fq
At block 202 (d) completion, we have two random l-torsion points of E namely, P and Q. The probability that Q belongs to the cyclic group generated by P is
Thus with high probability we will find in block 202 (e), two generators for E[l].
In this implementation, execution time for operations of block 202 is O(l4+o(1) log2+o(1)q). The finite field Fq
since the group is cyclic of order l.
Let C be a subgroup of E, Vélu [11] provides explicit formulas for determining the equation of the isogeny E→E/C and the Weierstrass equation of the curve E/C. Let E is given by the equation
y
2
+a
1
xy+a
3
y=x
3
+a
2
x
2
+a
4
x+a
6,
wherein S is a set of representatives for (C−{O})/±1. The following two functions are defined in Fq(E) for Q=(x, y) a point on E−{O}: define
g
x(Q)=3x2+2a2x+a4−a1y
g
y(Q)=−2y−a1x−a3.
The following is set:
otherwise,
The curve E/C is given by the Weierstrass equation:
Y
2
+A
1
XY+A
3
Y=X
3
+A
2
X
2
+A
4
X+A
6,
wherein
A
1
=a
1
, A
2
=a
2
, A
3
=a
3
, A
4
=a
4−5t, A6=a6−(a12+4a2)t−7w.
From the Weierstrass equation of E/C we can determine the j-invariant of E/C. These operations are implemented using O(l) elliptic curve operations for each of the groups Gi, 1≦i≦l+1. Thus operations of block 204 are implemented in O(l4+o(1) log1+o(1)q) time steps. Operations of block 206 require only O(l) field operations. As such, running time of this implementation of procedure 200 is dominated by the running time of operations associated with blocks 202 and 204.
In view of the above, procedure 200 computes φl(x, j)∈Fp
supersingular j-invariants where
εp=0,1,1,2 if p≡1,5,7,11mod12.
For purposes of discussion and illustration, operations of the procedure are described with respect to components of
Input to procedure 300 are two distinct primes l and p with S(p)≧l+1. At block 302, polynomial computation module 108 calculates the smallest (in absolute value) discriminant D<0 such that
At block 304, polynomial computation module 108 computes the Hilbert Class polynomial HD(X)mod p. Let j0 be a root of HD(X) in Fp
At block 308, let ji+1 be a root of φk for k≦i which is not one of j0, . . . , ji. At block 310, if i<l then polynomial computation module 108 sets i=i+1 and repeats operations of block 306. At this point, and writing
we have l+1 systems of equations of the form pk(ji)=vki for 0≦k, i≦l. At block 312, polynomial computation module 108 solves these equations for each pk(y), 0≦k≦l. At block 314, polynomial computation module 108 outputs univariate polynomial 116, or in this implementation, φl(x, y)∈Fp[x, y].
Lemma 2, as follows, shows that this second implementation is correct. For operations of block 302, we note that if p≡3mod4, then D=−4 works. Otherwise, −1 is a quadratic residue and writing (without loss of generality) D as −4d, we are looking for the smallest d such that
theorem of Burgess ([4]) tells us that
and under the assumption of Generalized Riemann Hypothesis (GRH) the estimate of Ankeny gives Rectangle=log2 p (Techniques to implement this estimate are well-known—Ankeny, N., C.; The least quadratic non-residue, Annals of Math., (2), 65-72, 1952). Computing HD(x)mod p can be done in O(d2(log d)2) time [8] §5.10. Thus operations of block 304 use O(√{square root over (p)} log2 p) time, and under the assumption of GRH uses O(log4 p(loglog p)2) time. Since
all roots of HD(x) are supersingular j-invariants in characteristic p. HD(x) is a polynomial of degree h(√{square root over (−D)}), the class number of the order of discriminant D, and this is
by Siegel's well-known theorem. Finding a root of HD(x)∈Fp
Let E1, . . . , ES(p) be the supersingular elliptic curves (unique up to isomorphism) 114 defined over Fp
[Fp
divides 6(l−1). Let E/Fp
φ2−tφ+p2=0.
Suppose t=±2p, then the characteristic equation of Frobenius factors as (φ±p)2. Thus the action of Frobenius on the vector space of l-torsion points is not irreducible. In particular, there is a non-zero eigenspace V⊂E[l], where φ acts as multiplication by ±p. Thus there is a non-zero vector v∈V whose orbit under Frobenius is of size dividing l−1. Let P be the l-torsion point corresponding to v. Then [Fp
In view of the above, algorithm 1 can be run with the quantity n=6(l−1) (the value and feasibility of n is efficiently tested). Thus, algorithm 1 runs in expected time O(l3+o(1) log2+o(1)p) for all iterations of the loop. As such, the loop runs in expected time O(l4+o(1) log2+o(1)p).
Writing the modular polynomial (i.e., component 116) φl(x, y) as
we know that p0(y) is monic of degree l+1 and deg(pk(y))≦l for 1≦k≦l. Thus at the end of the loop of blocks 306 through 310, there is enough information to solve for the Pk(y) in the operations of block 312. More particularly, l+1 systems of equations are being solved, each using an inversion of a matrix of size (l+1)×(l+1). This is done in O(l4 log1+o(1)p) time. Since the polynomial φl(x, y)mod p is a reduction of the classical modular polynomial, a polynomial with integer coefficients, the polynomial 116 generated by the systems and methods of system 100 has coefficients in Fp. Accordingly, we have proved the following theorem:
Given l and p distinct primes such that S(p)≧l+1, algorithm 2 computes φl(x, y)∈Fp[x, y] in expected time O(l4+o(1) log2+o(1)p+log4 p loglog p) under the assumption of GRH. Hence, φl(x, y) modulo a prime p is computed in Õ(l4 log2 p+log4 p) time if p≧12l+13.
When allowed to pick a prime p, such as would be the case when computing φl over the integers using the Chinese Remainder Theorem combined with the method of
The methods and systems described herein are operational with numerous other general purpose or special purpose computing system, environments or configurations. Examples of well-known computing systems, environments, and/or configurations that may be suitable for use include, but are not limited to, personal computers, laptops, small form factor mobile computing device (e.g., a cellular phone, personal digital assistant, or handheld computer), server computers, multiprocessor systems, microprocessor-based systems, network PCs, minicomputers, mainframe computers, distributed computing environments that include any of the above systems or devices, and so on. Compact or subset versions of the framework may also be implemented in clients of limited resources, such as handheld computers, or other computing devices. The invention is practiced in a distributed computing environment where tasks are performed by remote processing devices that are linked through a communications network. In a distributed computing environment, program modules may be located in both local and remote memory storage devices.
With reference to
A computer 410 typically includes a variety of computer-readable media. Computer-readable media can be any available media that can be accessed by computer 410 and includes both volatile and nonvolatile media, removable and non-removable media. By way of example, and not limitation, computer-readable media may comprise computer storage media and communication media. Computer storage media includes volatile and nonvolatile, removable and non-removable media implemented in any method or technology for storage of information such as computer-readable instructions, data structures, program modules or other data. Computer storage media includes, but is not limited to, RAM, ROM, EEPROM, flash memory or other memory technology, CD-ROM, digital versatile disks (DVD) or other optical disk storage, magnetic cassettes, magnetic tape, magnetic disk storage or other magnetic storage devices, or any other medium which can be used to store the desired information and which can be accessed by computer 410.
Communication media typically embodies computer-readable instructions, data structures, program modules or other data in a modulated data signal such as a carrier wave or other transport mechanism, and includes any information delivery media. The term “modulated data signal” means a signal that has one or more of its characteristics set or changed in such a manner as to encode information in the signal. By way of example and not limitation, communication media includes wired media such as a wired network or a direct-wired connection, and wireless media such as acoustic, RF, infrared and other wireless media. Combinations of the any of the above should also be included within the scope of computer-readable media.
System memory 430 includes computer storage media in the form of volatile and/or nonvolatile memory such as read only memory (ROM) 431 and random access memory (RAM) 432. A basic input/output system 433 (BIOS), containing the basic routines that help to transfer information between elements within computer 410, such as during start-up, is typically stored in ROM 431. RAM 432 typically contains data and/or program modules that are immediately accessible to and/or presently being operated on by processing unit 420. By way of example and not limitation,
The computer 410 may also include other removable/non-removable, volatile/nonvolatile computer storage media. By way of example only,
The drives and their associated computer storage media discussed above and illustrated in
A user may enter commands and information into the computer 410 through input devices such as a keyboard 462 and pointing device 461, commonly referred to as a mouse, trackball or touch pad. Other input devices (not shown) may include a microphone, joystick, game pad, satellite dish, scanner, or the like. These and other input devices are often connected to the processing unit 420 through a user input interface 460 that is coupled to the system bus 421, but may be connected by other interface and bus structures, such as a parallel port, game port or a universal serial bus (USB).
In one implementation, a monitor 491 or other type of display device is also connected to the system bus 421 via an interface, such as a video interface 490. In addition to the monitor, computers may also include other peripheral output devices such as printer 496 and audio devices 497, which may be connected through an output peripheral interface 495.
The computer 410 operates in a networked environment using logical connections to one or more remote computers, such as a remote computer 480. The remote computer 480 may be a personal computer, a server, a router, a network PC, a peer device or other common network node, and as a function of its particular implementation, may include many or all of the elements (e.g., program module(s) 104 and program data 106, etc.) described above relative to the computer 102, although only a memory storage device 481 has been illustrated in
When used in a LAN networking environment, the computer 410 is connected to the LAN 471 through a network interface or adapter 470. When used in a WAN networking environment, the computer 410 typically includes a modem 472 or other means for establishing communications over the WAN 473, such as the Internet. The modem 472, which may be internal or external, may be connected to the system bus 421 via the user input interface 460, or other appropriate mechanism. In a networked environment, program modules depicted relative to the computer 410, or portions thereof, may be stored in the remote memory storage device. By way of example and not limitation,
Although the systems and methods for computing modular polynomials modulo large primes have been described in language specific to structural features and/or methodological operations or actions, it is understood that the implementations defined in the appended claims are not necessarily limited to the specific features or actions described. For example, the operations of polynomial computation module 108 of
The following references are hereby incorporated by reference:
This application is a continuation of and claims priority to U.S. patent application Ser. No. 11/079,642, filed on Mar. 14, 2005, the disclosure of which is incorporated by reference herein.
Number | Date | Country | |
---|---|---|---|
Parent | 11079642 | Mar 2005 | US |
Child | 12510991 | US |