| |
| | Factorization (Site not responding. Last check: 2007-09-17) |
 | | A combination of algorithms (trial division, Pollard rho, elliptic curve method, and quadratic sieve) is used to attempt to find the complete factorization of n, where n is a non-zero integer. |
 | | By setting ECMOnly true the use of the quadratic sieve is avoided (which is important if heavy use of temporary file space is to be avoided). |
 | | By default, after the initial factorization attempts (trial division, Pollard) have not succeeded entirely, ECM is invoked with small bound and few curves (10), then the quadratic sieve. |
| www.math.uga.edu /~matthews/DOCS/MAGMA/text342.html (1511 words) |
|