• prime factorization; the result is always unique up to the order of the factors by the prime factorization theorem. To factorize a small integer n using...
    25 KB (2,981 words) - 18:28, 21 June 2024
  • Thumbnail for Factorization
    For example, 3 × 5 is an integer factorization of 15, and (x – 2)(x + 2) is a polynomial factorization of x2 – 4. Factorization is not usually considered...
    41 KB (7,739 words) - 14:40, 7 August 2024
  • Integer factorization is the process of determining which prime numbers divide a given positive integer. Doing this quickly has applications in cryptography...
    18 KB (2,088 words) - 22:41, 17 August 2024
  • Thumbnail for Fundamental theorem of arithmetic
    arithmetic, also called the unique factorization theorem and prime factorization theorem, states that every integer greater than 1 can be represented uniquely...
    22 KB (3,201 words) - 18:14, 23 August 2024
  • Thumbnail for Square-free integer
    square-free integers that are pairwise coprime. This is called the square-free factorization of n. To construct the square-free factorization, let n = ∏...
    22 KB (3,571 words) - 18:01, 3 August 2024
  • example). This asymmetry is analogous to the one between integer factorization and integer multiplication. Both asymmetries (and other possibly one-way...
    17 KB (2,043 words) - 22:45, 29 July 2024
  • algebra, factorization of polynomials or polynomial factorization expresses a polynomial with coefficients in a given field or in the integers as the product...
    28 KB (4,370 words) - 00:06, 10 August 2024
  • factoring large integers on a classical computer has yet been found, but it has not been proven that none exists; see integer factorization for a discussion...
    61 KB (7,877 words) - 15:19, 2 August 2024
  • whether there is a polynomial-time algorithm for factorization, equivalently that integer factorization is in P, and hence this example is interesting as...
    7 KB (948 words) - 06:02, 6 July 2024
  • elliptic-curve factorization or the elliptic-curve factorization method (ECM) is a fast, sub-exponential running time, algorithm for integer factorization, which...
    26 KB (4,508 words) - 23:04, 16 April 2024
  • circuits. In 2012, the factorization of 15 {\displaystyle 15} was performed with solid-state qubits. Later, in 2012, the factorization of 21 {\displaystyle...
    41 KB (5,886 words) - 09:59, 12 August 2024
  • Fermat's factorization method, named after Pierre de Fermat, is based on the representation of an odd integer as the difference of two squares: N = a 2...
    10 KB (1,443 words) - 10:57, 30 June 2024
  • and encryption schemes using several mathematical approaches: integer factorization, discrete logarithm, and elliptic curve discrete logarithm. DL/ECKAS-DH1...
    6 KB (629 words) - 03:54, 31 July 2024
  • Unlike integer factorization, primality tests do not generally give prime factors, only stating whether the input number is prime or not. Factorization is...
    26 KB (3,806 words) - 14:19, 25 July 2024
  • Thumbnail for Divisor
    Arithmetic functions Euclidean algorithm Fraction (mathematics) Integer factorization Table of divisors – A table of prime and non-prime divisors for...
    11 KB (1,809 words) - 12:25, 14 August 2024
  • Thumbnail for Gaussian integer
    unique factorization and many related properties. However, Gaussian integers do not have a total ordering that respects arithmetic. Gaussian integers are...
    35 KB (4,795 words) - 03:23, 20 December 2023
  • Thumbnail for Prime number
    Prime number (category Integer sequences)
    Prime factors calculator can factorize any positive integer up to 20 digits. Fast Online primality test with factorization makes use of the Elliptic Curve...
    116 KB (14,108 words) - 23:59, 15 August 2024
  • Thumbnail for NP (complexity)
    polynomial time. The decision problem version of the integer factorization problem: given integers n and k, is there a factor f with 1 < f < k and f dividing...
    21 KB (2,787 words) - 18:41, 6 July 2024
  • Pollard's rho algorithm is an algorithm for integer factorization. It was invented by John Pollard in 1975. It uses only a small amount of space, and...
    13 KB (1,723 words) - 03:26, 18 June 2024
  • followed either by an explicit factorization or followed by the label (p) if the integer is a Gaussian prime. The factorizations take the form of an optional...
    61 KB (434 words) - 17:05, 12 April 2024
  • unique factorization domains ⊃ principal ideal domains ⊃ Euclidean domains ⊃ fields ⊃ algebraically closed fields Formally, a unique factorization domain...
    13 KB (1,773 words) - 23:13, 10 May 2024
  • Quadratic sieve (category Integer factorization algorithms)
    The quadratic sieve algorithm (QS) is an integer factorization algorithm and, in practice, the second-fastest method known (after the general number field...
    27 KB (4,487 words) - 16:24, 29 June 2024
  • used in several integer factorization algorithms that have applications in cryptography, such as Lenstra elliptic-curve factorization. The use of elliptic...
    39 KB (4,670 words) - 03:46, 2 August 2024
  • RSA numbers (category Integer factorization algorithms)
    decimal digits (330 bits). Its factorization was announced on April 1, 1991, by Arjen K. Lenstra. Reportedly, the factorization took a few days using the multiple-polynomial...
    65 KB (4,093 words) - 04:40, 12 March 2024
  • Thumbnail for Wheel factorization
    thus be used for an improvement of the trial division method for integer factorization, as none of the generated numbers need be tested in trial divisions...
    19 KB (3,055 words) - 08:03, 10 June 2024
  • Congruence of squares (category Integer factorization algorithms)
    is a congruence commonly used in integer factorization algorithms. Given a positive integer n, Fermat's factorization method relies on finding numbers...
    7 KB (1,065 words) - 18:59, 21 June 2024
  • Thumbnail for Quantum computing
    cryptographic systems. Shor's algorithm, a quantum algorithm for integer factorization, could potentially break widely used public-key cryptography schemes...
    115 KB (12,551 words) - 08:28, 30 August 2024
  • {a}{n/2}}\right)=1} , the problem is known to be equivalent to integer factorization of n (i.e. an efficient solution to either problem could be used...
    54 KB (5,557 words) - 19:40, 15 May 2024
  • theory, Dixon's factorization method (also Dixon's random squares method or Dixon's algorithm) is a general-purpose integer factorization algorithm; it...
    9 KB (1,619 words) - 17:58, 29 October 2023
  • General number field sieve (category Integer factorization algorithms)
    classical algorithm known for factoring integers larger than 10100. Heuristically, its complexity for factoring an integer n (consisting of ⌊log2 n⌋ + 1 bits)...
    13 KB (1,768 words) - 03:41, 21 July 2024