When.com Web Search

Search results

  1. Results From The WOW.Com Content Network
  2. General number field sieve - Wikipedia

    en.wikipedia.org/wiki/General_number_field_sieve

    In number theory, the general number field sieve (GNFS) is the most efficient classical algorithm known for factoring integers larger than 10 100. Heuristically , its complexity for factoring an integer n (consisting of ⌊log 2 n ⌋ + 1 bits) is of the form

  3. Integer factorization - Wikipedia

    en.wikipedia.org/wiki/Integer_factorization

    There are published algorithms that are faster than O((1 + ε) b) for all positive ε, that is, sub-exponential. As of 2022, the algorithm with best theoretical asymptotic running time is the general number field sieve (GNFS), first published in 1993, [6] running on a b-bit number n in time:

  4. Number field sieve - Wikipedia

    en.wikipedia.org/wiki/Number_field_sieve

    General number field sieve (GNFS): Number field sieve for any integer Special number field sieve (SNFS): Number field sieve for integers of a certain special form Topics referred to by the same term

  5. Special number field sieve - Wikipedia

    en.wikipedia.org/wiki/Special_number_field_sieve

    In number theory, a branch of mathematics, the special number field sieve (SNFS) is a special-purpose integer factorization algorithm. The general number field sieve (GNFS) was derived from it. The special number field sieve is efficient for integers of the form r e ± s, where r and s are small (for instance Mersenne numbers).

  6. Quadratic sieve - Wikipedia

    en.wikipedia.org/wiki/Quadratic_sieve

    The quadratic sieve algorithm (QS) is an integer factorization algorithm and, in practice, the second-fastest method known (after the general number field sieve). It is still the fastest for integers under 100 decimal digits or so, and is considerably simpler than the number field sieve. It is a general-purpose factorization algorithm, meaning ...

  7. Lenstra elliptic-curve factorization - Wikipedia

    en.wikipedia.org/wiki/Lenstra_elliptic-curve...

    ECM is at its core an improvement of the older p − 1 algorithm. The p − 1 algorithm finds prime factors p such that p − 1 is b-powersmooth for small values of b. For any e, a multiple of p − 1, and any a relatively prime to p, by Fermat's little theorem we have a e ≡ 1 (mod p). Then gcd(a e − 1, n) is likely to produce a factor of n.

  8. Integer factorization records - Wikipedia

    en.wikipedia.org/wiki/Integer_factorization_records

    Integer factorization is the process of determining which prime numbers divide a given positive integer.Doing this quickly has applications in cryptography.The difficulty depends on both the size and form of the number and its prime factors; it is currently very difficult to factorize large semiprimes (and, indeed, most numbers that have no small factors).

  9. Continued fraction factorization - Wikipedia

    en.wikipedia.org/wiki/Continued_fraction...

    It is a general-purpose algorithm, meaning that it is suitable for factoring any integer n, not depending on special form or properties. It was described by D. H. Lehmer and R. E. Powers in 1931, [ 1 ] and developed as a computer algorithm by Michael A. Morrison and John Brillhart in 1975.