GENERAL NUMBER FIELD SIEVE
In mathematics, the 'general number field sieve' (GNFS) is the most efficient algorithm known for factoring integers larger than 100 digits. Heuristically, its complexity for factoring an integer is of the form
:
(in O and L notations) for a constant which depends on the complexity measure and on the variant of the algorithm[1]. It is a generalization of the special number field sieve: while the latter can only factor numbers of a certain special form, the general number field sieve can factor any number (apart from prime powers, but this is a minor issue). When the term ''number field sieve'' (NFS) is used without qualification, it refers to the general number field sieve.
The principle of the number field sieve (both special and general) can be understood as an extension of the simpler rational sieve. When using the rational sieve to factor a large number ''n'', it is necessary to search for smooth numbers (i.e. numbers with small prime factors) of order ''n''; the rarity of these causes the rational sieve to be impractical. The general number field sieve, on the other hand, only requires a search for smooth numbers of order ''n''1/''d'', where ''d'' is some integer greater than one. Since larger numbers are far less likely to be smooth than smaller numbers, this is the key to the efficiency of the number field sieve. But in order to achieve this speed-up, the number field sieve has to perform computations and factorizations in number fields. This results in many rather complicated aspects of the algorithm, as compared to the simpler rational sieve.
Note that is the number of digits in the binary representation of , that is the size of the input to the algorithm. The (worst-case) running time is therefore super-polynomial in the size of the input. It is an important open problem whether factorization can be done in reasonable time.
We choose two irreducible polynomials ''f(x)'' and ''g(x)'' with a common root ''m'' mod ''n''; these polynomials will be of order of ''m'', while having small degrees ''d'' and ''e''. An optimal strategy for choosing these polynomials is not known. One simple method is to pick a degree ''d'' for a polynomial and consider the expansion of ''n'' in basis ''m'' where ''m'' is of order ''n1/d''. The point is to get the coefficients of ''f'' and ''g'' as small as possible. A better method was suggested by Murphy and Brent [2]. The best reported results [2] were achieved by the method of Thorsten Kleinjung, whose details have not been published.
Now, we consider the number field rings 'Z[r1]' and 'Z[r2]', where 'r1' and 'r2' are roots of the polynomials ''f'' and ''g'', and look for values ''a'' and ''b'' such that ''r'' = ''b''''d''·''f''(''a''/''b'') and ''s'' = ''b''''e''·''g''(''a''/''b'') are smooth relative to the chosen basis of primes. If ''a'' and ''b'' are small, then ''r'' and ''s'' will be too (but at least of order of ''m''), and we have a better chance for them to be smooth at the same time.
Having enough such pairs, using Gaussian elimination, we can get products of certain ''r'' and of the corresponding ''s'' to be squares at the same time. We need a slightly stronger condition—that they are norms of squares in our number fields, but we can get that condition by this method too. Each ''r'' is a norm of ''a-'' 'r1'
★ ''b'' and hence we get that the product of the corresponding factors ''a-'' 'r1'
★ ''b'' is a square in 'Z[r1]', with a "square root" which can be determined (as a product of known factors in 'Z[r1]')—it will typically be represented as an irrational algebraic number. Similarly, we get that the product of the factors ''a-'' 'r2'
★ ''b'' is a square in 'Z[r2]', with a "square root" which we can also compute.
Since ''m'' is a root of both ''f'' and ''g'' mod ''n'', there are homomorphisms from the rings 'Z[r1]' and 'Z[r2]' to the ring 'Z/nZ', which map 'r1' and 'r2' to ''m'', and these homomorphisms will map each "square root" (typically not represented as a rational number) into its integer representative. Now the product of the factors ''a-m
★ b'' mod ''n'' can be obtained as a square in two ways—one for each homomorphism. Thus, we get two numbers ''x'' and ''y'', with ''x2-y2'' divisible by ''n'' and again with probability at least one half we get a factor of ''n'' by finding the greatest common divisor of ''n'' and ''x-y''.
★ GGNFS
★ pGNFS
★ factor by gnfs
★ msieve, which contains the GNFS implementation.
1.
2. B. Murphy and R. P. Brent. "On quadratic polynomials for the number field sieve". ''Australian Computer Science Communications'' '20' (1998), pp. 199-213. [1]
★ Arjen K. Lenstra and H. W. Lenstra, Jr. (eds.). "The development of the number field sieve". Lecture Notes in Math. (1993) 1554. Springer-Verlag.
★ Richard Crandall and Carl Pomerance. Prime Numbers: A Computational Perspective (2001). 2nd edition, Springer. ISBN 0-387-25282-7. Section 6.2: Number field sieve, pp. 278–301.
:
(in O and L notations) for a constant which depends on the complexity measure and on the variant of the algorithm[1]. It is a generalization of the special number field sieve: while the latter can only factor numbers of a certain special form, the general number field sieve can factor any number (apart from prime powers, but this is a minor issue). When the term ''number field sieve'' (NFS) is used without qualification, it refers to the general number field sieve.
The principle of the number field sieve (both special and general) can be understood as an extension of the simpler rational sieve. When using the rational sieve to factor a large number ''n'', it is necessary to search for smooth numbers (i.e. numbers with small prime factors) of order ''n''; the rarity of these causes the rational sieve to be impractical. The general number field sieve, on the other hand, only requires a search for smooth numbers of order ''n''1/''d'', where ''d'' is some integer greater than one. Since larger numbers are far less likely to be smooth than smaller numbers, this is the key to the efficiency of the number field sieve. But in order to achieve this speed-up, the number field sieve has to perform computations and factorizations in number fields. This results in many rather complicated aspects of the algorithm, as compared to the simpler rational sieve.
Note that is the number of digits in the binary representation of , that is the size of the input to the algorithm. The (worst-case) running time is therefore super-polynomial in the size of the input. It is an important open problem whether factorization can be done in reasonable time.
| Contents |
| Method |
| Implementations |
| References |
Method
We choose two irreducible polynomials ''f(x)'' and ''g(x)'' with a common root ''m'' mod ''n''; these polynomials will be of order of ''m'', while having small degrees ''d'' and ''e''. An optimal strategy for choosing these polynomials is not known. One simple method is to pick a degree ''d'' for a polynomial and consider the expansion of ''n'' in basis ''m'' where ''m'' is of order ''n1/d''. The point is to get the coefficients of ''f'' and ''g'' as small as possible. A better method was suggested by Murphy and Brent [2]. The best reported results [2] were achieved by the method of Thorsten Kleinjung, whose details have not been published.
Now, we consider the number field rings 'Z[r1]' and 'Z[r2]', where 'r1' and 'r2' are roots of the polynomials ''f'' and ''g'', and look for values ''a'' and ''b'' such that ''r'' = ''b''''d''·''f''(''a''/''b'') and ''s'' = ''b''''e''·''g''(''a''/''b'') are smooth relative to the chosen basis of primes. If ''a'' and ''b'' are small, then ''r'' and ''s'' will be too (but at least of order of ''m''), and we have a better chance for them to be smooth at the same time.
Having enough such pairs, using Gaussian elimination, we can get products of certain ''r'' and of the corresponding ''s'' to be squares at the same time. We need a slightly stronger condition—that they are norms of squares in our number fields, but we can get that condition by this method too. Each ''r'' is a norm of ''a-'' 'r1'
★ ''b'' and hence we get that the product of the corresponding factors ''a-'' 'r1'
★ ''b'' is a square in 'Z[r1]', with a "square root" which can be determined (as a product of known factors in 'Z[r1]')—it will typically be represented as an irrational algebraic number. Similarly, we get that the product of the factors ''a-'' 'r2'
★ ''b'' is a square in 'Z[r2]', with a "square root" which we can also compute.
Since ''m'' is a root of both ''f'' and ''g'' mod ''n'', there are homomorphisms from the rings 'Z[r1]' and 'Z[r2]' to the ring 'Z/nZ', which map 'r1' and 'r2' to ''m'', and these homomorphisms will map each "square root" (typically not represented as a rational number) into its integer representative. Now the product of the factors ''a-m
★ b'' mod ''n'' can be obtained as a square in two ways—one for each homomorphism. Thus, we get two numbers ''x'' and ''y'', with ''x2-y2'' divisible by ''n'' and again with probability at least one half we get a factor of ''n'' by finding the greatest common divisor of ''n'' and ''x-y''.
Implementations
★ GGNFS
★ pGNFS
★ factor by gnfs
★ msieve, which contains the GNFS implementation.
References
1.
2. B. Murphy and R. P. Brent. "On quadratic polynomials for the number field sieve". ''Australian Computer Science Communications'' '20' (1998), pp. 199-213. [1]
★ Arjen K. Lenstra and H. W. Lenstra, Jr. (eds.). "The development of the number field sieve". Lecture Notes in Math. (1993) 1554. Springer-Verlag.
★ Richard Crandall and Carl Pomerance. Prime Numbers: A Computational Perspective (2001). 2nd edition, Springer. ISBN 0-387-25282-7. Section 6.2: Number field sieve, pp. 278–301.
This article provided by Wikipedia. To edit the contents of this article, click here for original source.
psst.. try this: add to faves
Featured Companies
| Dancing Moon Travel | |
| Alpine Interface Inc. | |
| Travelbugs, LLC | |
| Golf Holidays International |
Newest Companies
General number field sieve Travel Deals

العربية
中国
Français
Deutsch
Ελληνική
हिन्दी
Italiano
日本語
Português
Русский
Español