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

    The general number field sieve, on the other hand, manages to search for smooth numbers that are subexponential in the size of n. Since these numbers are smaller, they are more likely to be smooth than the numbers inspected in previous algorithms. This is the key to the efficiency of the number field sieve.

  3. Integer factorization - Wikipedia

    en.wikipedia.org/wiki/Integer_factorization

    For current computers, GNFS is the best published algorithm for large n (more than about 400 bits). For a quantum computer, however, Peter Shor discovered an algorithm in 1994 that solves it in polynomial time. Shor's algorithm takes only O(b 3) time and O(b) space on b-bit number inputs.

  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. RSA numbers - Wikipedia

    en.wikipedia.org/wiki/RSA_numbers

    The factorization was found using the general number field sieve algorithm and an estimated 8000 MIPS-years of computing time. The polynomials were 119377138320*x^5 ...

  7. 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).

  8. Shor's algorithm - Wikipedia

    en.wikipedia.org/wiki/Shor's_algorithm

    The discrete logarithm algorithm and the factoring algorithm are instances of the period-finding algorithm, and all three are instances of the hidden subgroup problem. On a quantum computer, to factor an integer N {\displaystyle N} , Shor's algorithm runs in polynomial time , meaning the time taken is polynomial in log ⁡ N {\displaystyle \log ...

  9. 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 ...