Skip to content

Commit 7878138

Browse files
committed
PollardRhoBrentMontgomery64* variants now work for 63 bit, too
1 parent 9220446 commit 7878138

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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).

0 commit comments

Comments
 (0)