File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ It provides some pretty fast implementations of various factoring algorithms, in
77* HartFast2Mult: Highly optimized "Hart's one-line factorizer" for numbers <= 62 bit
88* LehmanFast, LehmanCustomKOrder: Fast Lehman implementations for numbers <= 62 bit
99* SquFoF31Preload, SquFoF63: SquFoF implementations for numbers <= 52 rsp. 90 bit
10- * PollardRhoBrentMontgomery64MHInlined: Highly optimized Pollard-Rho for numbers <= 62 bit.
10+ * PollardRhoBrentMontgomery64MHInlined: Highly optimized Pollard-Rho for numbers <= 63 bit.
1111* TinyEcm64MHInlined: Java version of YaFu's fast tinyEcm.c for numbers <= 62 bit.
1212* CFrac63, CFrac: CFrac implementations working on longs rsp. BigIntegers internally.
1313* SIQS: Single-threaded self-initializing quadratic sieve (SIQS).
You can’t perform that action at this time.
0 commit comments