When.com Web Search

  1. Ad

    related to: quadratic sieve calculator

Search results

  1. Results From The WOW.Com Content Network
  2. 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.

  3. Magma (computer algebra system) - Wikipedia

    en.wikipedia.org/wiki/Magma_(computer_algebra...

    Integer factorization algorithms include the Elliptic Curve Method, the Quadratic sieve and the Number field sieve. Algebraic number theory; Magma includes the KANT computer algebra system for comprehensive computations in algebraic number fields. A special type also allows one to compute in the algebraic closure of a field. Module theory and ...

  4. General number field sieve - Wikipedia

    en.wikipedia.org/wiki/General_number_field_sieve

    The principle of the number field sieve (both special and general) can be understood as an improvement to the simpler rational sieve or quadratic sieve. When using such algorithms to factor a large number n, it is necessary to search for smooth numbers (i.e. numbers with small prime factors) of order n 1/2.

  5. Integer factorization - Wikipedia

    en.wikipedia.org/wiki/Integer_factorization

    Some examples of those algorithms are the elliptic curve method and the quadratic sieve. Another such algorithm is the class group relations method proposed by Schnorr, [11] Seysen, [12] and Lenstra, [13] which they proved only assuming the unproved generalized Riemann hypothesis.

  6. Number field sieve - Wikipedia

    en.wikipedia.org/wiki/Number_field_sieve

    Number field sieve (NFS) is an integer factorization method, it can be: 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

  7. Fermat's factorization method - Wikipedia

    en.wikipedia.org/wiki/Fermat's_factorization_method

    The primary improvement that quadratic sieve makes over Fermat's factorization method is that instead of simply finding a square in the sequence of , it finds a subset of elements of this sequence whose product is a square, and it does this in a highly efficient manner.

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

  9. Fast Library for Number Theory - Wikipedia

    en.wikipedia.org/wiki/Fast_Library_for_Number_Theory

    The Fast Library for Number Theory (FLINT) is a C library for number theory applications. The two major areas of functionality currently implemented in FLINT are polynomial arithmetic over the integers and a quadratic sieve.