|
||||||||||
| Home | Join! | FAQ | About Us | |||||||
|
Frequently Asked Questions - Number Field Sieve
What is the number field sieve? The number field sieve has been used for some of the most impressive factorizations to date. Some of the more famous efforts are the factorizations of RSA-130, RSA-140 and and the ground-breaking factorization of RSA-512. The number field sieve has fundamental similarities to simpler and previously known algorithms. At its core, as with the continued fraction method and the quadratic sieve, is the goal to find a congruence of squares. If N, the number to be factored, is composed of two prime factors, each solution to x^2==y^2 mod N, has a 50% chance of producing a non-trivial factorization of N. Whereas previous algorithms seek a congruence of squares through rather elementary means, the number field sieve uses the theory of algebraic number rings to find a congruence of squares in a more efficient way.
What is the difference between special and general number field sieve? The Cunningham project has the distinction of being the most likely candidate for the longest, ongoing computational project in history. See this reference for some background. For numbers of this special form, the number field sieve is particularly efficient and when applied to them, the technique is called the special number field sieve (SNFS). However, it is also applicable numbers with no known special form and in this case it is called the general number field sieve (GNFS). To recap, SNFS is faster than GNFS but is applicable to only numbers of a special form. GNFS is slower than SNFS but can be applied to any number and it stands as the asymptotically fastest known algorithm for factoring large composite integers with no special form. As of November 2002, the record-holding SNFS factorization is the 233-digit factorization of 2^773+1 and the record-holding GNFS factorization is the 158-digit factorization of a divisor of 2^953+1. Although 2^953+1 is of the special form required for SNFS, it was out of the reach of current computational resources. Various smaller factors of it had been discovered leaving the c158 co-factor which was split using GNFS.
How can I learn more about the Number Field Sieve?
Prime Numbers: A Computational Perspective
Numbers and Computer Methods for Factorization Various papers are available on-line including:
The Number Field Sieve
The Factorization of the Ninth Fermat Number
Factorization of a 512-bit RSA modulus Studying the number field sieve can be an immensely rewarding experience. A successful implementation requires an understanding of optimization techniques, distributed computing principles, algebraic number theory, large-scale linear algebra methods, and much more. Each of these subjects is a rich field of its own.
All FAQ sections:
|
||||||||||