GNU bug report logs -
#42269
Remove non-GMP code from coreutils factor.c
Previous Next
Reported by: Paul Eggert <eggert <at> cs.ucla.edu>
Date: Wed, 8 Jul 2020 16:27:02 UTC
Severity: normal
Tags: patch
Done: Paul Eggert <eggert <at> cs.ucla.edu>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
nisse <at> lysator.liu.se (Niels Möller) writes:
I'm really not that familiar with state of the art factoring, but I'd
guess pollard rho is a bad algorithm choice for that range, and one
ought to use, e.g., some variant of the quadratic sieve.
Let me modify that statement somewhat.
Pollars rho is suitable for finding small factors of any size
composites. Small here might mean about < 2^64.
Any factoring effort should start with trial division, then some rounds
of Pollard rho, then perhaps some EC rounds. Only after that and when a
remaining cofactor is non-prime, QS is to be rolled out.
That could sound like the GMP code of coreutils factor is great for
factoring really large numbers. It is, but only for smooth huge
numbers.
If we ever get crazy enough to consider QS for coreutils factor, its
current GMP Pollard rho code would become part of a general factoring
engine for numbers > 2^127.
--
Torbjörn
Please encrypt, key id 0xC8601622
This bug report was last modified 5 years and 12 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.