Function field sieve

From testwiki
Jump to navigation Jump to search

In mathematics the Function Field Sieve is one of the most efficient algorithms to solve the Discrete Logarithm Problem (DLP) in a finite field. It has heuristic subexponential complexity. Leonard Adleman developed it in 1994 [1] and then elaborated it together with M. D. Huang in 1999.[2] Previous work includes the work of D. Coppersmith [3] about the DLP in fields of characteristic two.

The discrete logarithm problem in a finite field consists of solving the equation ax=b for a,b𝔽pn, p a prime number and n an integer. The function f:𝔽pn𝔽pn,aax for a fixed xβ„• is a one-way function used in cryptography. Several cryptographic methods are based on the DLP such as the Diffie-Hellman key exchange, the El Gamal cryptosystem and the Digital Signature Algorithm.

Number theoretical background

Function Fields

Template:Main

Let C(x,y) be a polynomial defining an algebraic curve over a finite field 𝔽p. A function field may be viewed as the field of fractions of the affine coordinate ring 𝔽p[x,y]/(C(x,y)), where (C(x,y)) denotes the ideal generated by C(x,y). This is a special case of an algebraic function field. It is defined over the finite field 𝔽p and has transcendence degree one. The transcendent element will be denoted by x.

There exist bijections between valuation rings in function fields and equivalence classes of places, as well as between valuation rings and equivalence classes of valuations.[4] This correspondence is frequently used in the Function Field Sieve algorithm.

Divisors

A discrete valuation of the function field K/𝔽p, namely a discrete valuation ring 𝔽pOK, has a unique maximal ideal P called a prime of the function field. The degree of P is deg(P)=[O/P:𝔽p] and we also define fO=[O/P:𝔽p].

A divisor is a β„€-linear combination over all primes, so d=αPP where αPβ„€ and only finitely many elements of the sum are non-zero. The divisor of an element xK is defined as div(x)=vP(x)P, where vP is the valuation corresponding to the prime P. The degree of a divisor is deg(d)=αPdeg(P).

Method

The Function Field Sieve algorithm consists of a precomputation where the discrete logarithms of irreducible polynomials of small degree are found and a reduction step where they are combined to the logarithm of b.

Functions that decompose into irreducible function of degree smaller than some bound B are called B-smooth. This is analogous to the definition of a smooth number and such functions are useful because their decomposition can be found relatively fast. The set of those functions S={g(x)𝔽p[x] irreductible with deg(g)<B} is called the factor base. A pair of functions (r,s) is doubly-smooth if rm+s and N(ry+s) are both smooth, where N(,) is the norm of an element of K over 𝔽p, m𝔽p[x] is some parameter and ry+s is viewed as an element of the function field of C.

The sieving step of the algorithm consists of finding doubly-smooth pairs of functions. In the subsequent step we use them to find linear relations including the logarithms of the functions in the decompositions. By solving a linear system we then calculate the logarithms. In the reduction step we express loga(b) as a combination of the logarithm we found before and thus solve the DLP.

Precomputation

Parameter selection

The algorithm requires the following parameters: an irreducible function f of degree n, a function m𝔽p[x] and a curve C(x,y) of given degree d such that C(x,m)0 mod f. Here n is the power in the order of the base field 𝔽pn. Let K denote the function field defined by C.

This leads to an isomorphism 𝔽pn𝔽p[x]/f and a homomorphism ϕ:𝔽p[x,y]/C𝔽p[x]/f,ym.Using the isomorphism each element of 𝔽pn can be considered as a polynomial in 𝔽p[x]/f.

One also needs to set a smoothness bound B for the factor base S.

Sieving

In this step doubly-smooth pairs of functions (r,s)𝔽p[x]×𝔽p[x] are found.

One considers functions of the form f=(rm+s)N(ry+s), then divides f by any gS as many times as possible. Any f that is reduced to one in this process is B-smooth. To implement this, Gray code can be used to efficiently step through multiples of a given polynomial.

This is completely analogous to the sieving step in other sieving algorithms such as the Number Field Sieve or the index calculus algorithm. Instead of numbers one sieves through functions in 𝔽p[x] but those functions can be factored into irreducible polynomials just as numbers can be factored into primes.

Finding linear relations

This is the most difficult part of the algorithm, involving function fields, places and divisors as defined above. The goal is to use the doubly-smooth pairs of functions to find linear relations involving the discrete logarithms of elements in the factor base.

For each irreducible function in the factor base we find places v1,v2,... of K that lie over them and surrogate functions α1,α2,... that correspond to the places. A surrogate function αiK corresponding to a place vi satisfies div(αi)=h(vifviu) where h is the class number of K and u is any fixed discrete valuation with fu=1. The function defined this way is unique up to a constant in 𝔽p.

By the definition of a divisor div(ry+s)=aivi for ai=vi(ry+s). Using this and the fact that aifvi=deg(div(ry+s))=0 we get the following expression:

div((ry+s)h)=haivi=haivihaifviv+hvaifvi=aih(vifviv))=div(αiai)

where v is any valuation with fv=1. Then, using the fact that the divisor of a surrogate function is unique up to a constant, one gets

(ry+s)h=cαiai for some cFp*
ϕ((ry+s)h)=ϕ(c)ϕ(αi)ai

We now use the fact that ϕ(ry+s)=rm+s and the known decomposition of this expression into irreducible polynomials. Let eg be the power of gS in this decomposition. Then

gSghegϕ(c)ϕ(αi)ai mod f

Here we can take the discrete logarithm of the equation up to a unit. This is called the restricted discrete logarithm log*(x). It is defined by the equation alog*(x)=ux for some unit u𝔽p.

gSeglog*gaih1log*(ϕ(αi)) mod (pn1)/(p1),

where h1 is the inverse of h modulo (pn1)/(p1).

The expressions h1log*(ϕ(αi)) and the logarithms log*(g) are unknown. Once enough equations of this form are found, a linear system can be solved to find log*(g) for all gS. Taking the whole expression h1log*(ϕ(αi)) as an unknown helps to gain time, since h, h1, αi or ϕ(αi) don't have to be computed. Eventually for each gS the unit corresponding to the restricted discrete logarithm can be calculated which then gives loga(g)=log*(g)loga(u).

Reduction step

First alb mod f are computed for a random l<n. With sufficiently high probability this is nB-smooth, so one can factor it as alb=bi for bi𝔽p[x] with deg(bi)<nB. Each of these polynomials bi can be reduced to polynomials of smaller degree using a generalization of the Coppersmith method.[2] We can reduce the degree until we get a product of B-smooth polynomials. Then, taking the logarithm to the base a, we can eventually compute

loga(b)=giSloga(gi)l, which solves the DLP.

Complexity

The Function Field Sieve is thought to run in subexponential time in

exp((3293+o(1))(lnp)13(lnlnp)23)=Lp[13,3293]

using the L-notation. There is no rigorous proof of this complexity since it relies on some heuristic assumptions. For example in the sieving step we assume that numbers of the form (rm+s)N(ry+s) behave like random numbers in a given range.

Comparison with other methods

There are two other well known algorithms that solve the discrete logarithm problem in sub-exponential time: the index calculus algorithm and a version of the Number Field Sieve.[5] In their easiest forms both solve the DLP in a finite field of prime order but they can be expanded to solve the DLP in 𝔽pn as well.

The Number Field Sieve for the DLP in 𝔽pn has a complexity of Lp[1/3,(64/9)1/3+o(1)] [6] and is therefore slightly slower than the best performance of the Function Field Sieve. However, it is faster than the Function Field Sieve when n<<(log(p))1/2. It is not surprising that there exist two similar algorithms, one with number fields and the other one with function fields. In fact there is an extensive analogy between these two kinds of global fields.

The index calculus algorithm is much easier to state than the Function Field Sieve and the Number Field Sieve since it does not involve any advanced algebraic structures. It is asymptotically slower with a complexity of Lp[1/2,2]. The main reason why the Number Field Sieve and the Function Field Sieve are faster is that these algorithms can run with a smaller smoothness bound B, so most of the computations can be done with smaller numbers.

See also

References

Template:Reflist

Template:Number-theoretic algorithms

  1. ↑ L. Adleman. "The function field sieve". In: Algorithmic Number Theory (ANTS-I). Lecture Notes in Computer Science. Springer (1994), pp.108-121.
  2. ↑ 2.0 2.1 L. Adleman, M.D. Huang. "Function Field Sieve Method for Discrete Logarithms over Finite Fields". In: Inf. Comput. 151 (May 1999), pp. 5-16. DOI: 10.1006/inco.1998.2761.
  3. ↑ D. Coppersmith. (1984), "Fast evaluation of discrete logarithms in fields of characteristic two". In: IEEE Trans. Inform. Theory IT-39 (1984), pp. 587-594.
  4. ↑ M. Fried and M. Jarden. In: "Field Arithmetic". vol. 11. (Jan. 2005). Chap. 2.1. DOI: 10.1007/b138352.
  5. ↑ D. Gordon. "Discrete Logarithm in GF(P) Using the Number Field Sieve". In: Siam Journal on Discrete Mathematics - SIAMDM 6 (Feb. 1993), pp. 124-138. DOI: 10.1137/0406010.
  6. ↑ R. Barbulescu, P. Gaudry, T. Kleinjung. "The Tower Number Field Sieve". In: Advances in Cryptology – Asiacrypt 2015. Vol. 9453. Springer, May 2015. pp. 31-58