mathematics the Function Field Sieve is one of the most efficient algorithms to solve the Discrete Logarithm Problem (DLP) in a finite field. It has heuristic...
13 KB (2,658 words) - 21:36, 7 April 2024
In number theory, the general number field sieve (GNFS) is the most efficient classical algorithm known for factoring integers larger than 10100. Heuristically...
14 KB (1,911 words) - 17:11, 26 June 2025
In mathematics, the sieve of Eratosthenes is an ancient algorithm for finding all prime numbers up to any given limit. It does so by iteratively marking...
24 KB (3,053 words) - 20:26, 5 July 2025
mathematics, the special number field sieve (SNFS) is a special-purpose integer factorization algorithm. The general number field sieve (GNFS) was derived from...
9 KB (1,427 words) - 20:31, 10 March 2024
{\displaystyle p} is large compared to q {\displaystyle q} , the function field sieve, L q [ 1 / 3 , 32 / 9 3 ] {\textstyle L_{q}\left[1/3,{\sqrt[{3}]{32/9}}\...
11 KB (1,763 words) - 17:23, 21 June 2025
Generation of primes (redirect from Prime sieve)
prime. A prime sieve or prime number sieve is a fast type of algorithm for finding primes. There are many prime sieves. The simple sieve of Eratosthenes...
8 KB (1,158 words) - 16:41, 12 November 2024
quadratic sieve algorithm (QS) is an integer factorization algorithm and, in practice, the second-fastest method known (after the general number field sieve)....
27 KB (4,568 words) - 15:10, 4 February 2025
sophisticated sieves also do not work directly with sets per se, but instead count them according to carefully chosen weight functions on these sets (options...
15 KB (2,521 words) - 21:10, 20 December 2024
Discrete logarithm (category Finite fields)
the size of the group). Baby-step giant-step Function field sieve Index calculus algorithm Number field sieve Pohlig–Hellman algorithm Pollard's rho algorithm...
17 KB (2,537 words) - 07:42, 7 July 2025
mathematics, the sieve of Atkin is a modern algorithm for finding all prime numbers up to a specified integer. Compared with the ancient sieve of Eratosthenes...
14 KB (1,994 words) - 12:53, 8 January 2025
the rational sieve is a general algorithm for factoring integers into prime factors. It is a special case of the general number field sieve. While it is...
7 KB (915 words) - 21:07, 10 March 2025
Function field may refer to: Function field of an algebraic variety Function field (scheme theory) Algebraic function field Function field sieve Function...
231 bytes (56 words) - 13:23, 28 December 2019
List of number theory topics (section Sieve methods)
theorem Brun sieve Function field sieve General number field sieve Large sieve Larger sieve Quadratic sieve Selberg sieve Sieve of Atkin Sieve of Eratosthenes...
10 KB (937 words) - 18:05, 24 June 2025
giant-step Pollard rho Pollard kangaroo Pohlig–Hellman Index calculus Function field sieve Greatest common divisor Binary Euclidean Extended Euclidean Lehmer's...
27 KB (6,358 words) - 13:45, 5 July 2025
most efficient known classical factoring algorithm, the general number field sieve, which works in sub-exponential time: O ( e 1.9 ( log N ) 1 / 3 ( log...
40 KB (5,809 words) - 23:45, 1 July 2025
In mathematics, the sieve of Sundaram is a variant of the sieve of Eratosthenes, a simple deterministic algorithm for finding all the prime numbers up...
9 KB (1,171 words) - 13:34, 18 June 2025
Discrete logarithm records (section Finite fields)
variant of the medium-sized base field function field sieve, for binary fields, to compute a discrete logarithm in a field of 21971 elements. In order to...
32 KB (3,413 words) - 19:33, 26 May 2025
such cases other methods are used such as the quadratic sieve and the general number field sieve (GNFS). Because these methods also have superpolynomial...
8 KB (1,104 words) - 19:24, 23 February 2025
Modular exponentiation (redirect from Discrete exponential function)
exponent e when given b, c, and m – is believed to be difficult. This one-way function behavior makes modular exponentiation a candidate for use in cryptographic...
21 KB (2,759 words) - 02:20, 29 June 2025
Greatest common divisor (category Multiplicative functions)
gcd(a/d, b/d) = 1. The GCD is a commutative function: gcd(a, b) = gcd(b, a). The GCD is an associative function: gcd(a, gcd(b, c)) = gcd(gcd(a, b), c). Thus...
36 KB (4,739 words) - 03:56, 4 July 2025
In mathematics, the sieve of Pritchard is an algorithm for finding all prime numbers up to a specified bound. Like the ancient sieve of Eratosthenes, it...
22 KB (2,912 words) - 12:37, 2 December 2024
bound for the number of Carmichael numbers is lower than the prime number function n/log(n)) there are enough of them that Fermat's primality test is not...
8 KB (1,125 words) - 02:50, 6 July 2025
giant-step Pollard rho Pollard kangaroo Pohlig–Hellman Index calculus Function field sieve Greatest common divisor Binary Euclidean Extended Euclidean Lehmer's...
7 KB (1,061 words) - 19:23, 24 January 2025
giant-step Pollard rho Pollard kangaroo Pohlig–Hellman Index calculus Function field sieve Greatest common divisor Binary Euclidean Extended Euclidean Lehmer's...
10 KB (1,518 words) - 08:52, 27 June 2025
suffices to replace everywhere 10 by 2. The second argument of the split_at function specifies the number of digits to extract from the right: for example,...
13 KB (2,046 words) - 20:43, 4 May 2025
compute the multiplicative inverse in algebraic field extensions and, in particular in finite fields of non prime order. It follows that both extended...
28 KB (4,467 words) - 20:39, 9 June 2025
completed with a highly optimized implementation of the general number field sieve run on hundreds of machines. No algorithm has been published that can...
25 KB (2,977 words) - 21:02, 19 June 2025
125–131. Describes the improvements available from different iteration functions and cycle-finding algorithms. Katz, Jonathan; Lindell, Yehuda (2007)....
13 KB (1,755 words) - 06:12, 18 April 2025
Miller–Rabin primality test (category Finite fields)
\left(2^{b}\right)-\pi \left(2^{b-1}\right)}{2^{b-2}}}} where π is the prime-counting function. Using an asymptotic expansion of π (an extension of the prime number theorem)...
38 KB (5,639 words) - 20:26, 3 May 2025
giant-step Pollard rho Pollard kangaroo Pohlig–Hellman Index calculus Function field sieve Greatest common divisor Binary Euclidean Extended Euclidean Lehmer's...
6 KB (838 words) - 20:18, 14 March 2025