Smallest Factor
Given an -bit integer , find a non-trivial factorization (where are integers) or return that is prime. For "first category" algorithms, the running time depends on the size of smallest prime factor.
Parameters
- b
Filters
Computational Model
Randomization
Approximation
Algorithms Table
Displaying 8 of 8 algorithms
| See more | ||||
|---|---|---|---|---|
| Lenstra elliptic curve factorization | 1987 | |||
| Williams' p + 1 algorithm | 1982 | |||
| Pollard's p − 1 algorithm | 1974 | |||
| Wheel factorization | 1940 | |||
| Euler's factorization method | 1940 | |||
| Special number field sieve | 1940 | , under assumption about numbers in a sequence behaving randomly in a given range | ||
| Fermat's factorization method | 1894 | |||
| Trial division | 1202 |
Reductions Table
Insuffient Data to display table
Other relevant algorithms
Displaying 1 of 1 other relevant algorithms