Change #238845
Category | gcoreutils |
Changed by | Paul Eggert <eggert | @cs.ucla.edu>
Changed at | Thu 10 Jul 2025 02:12:40 |
Repository | git://git.savannah.gnu.org/coreutils.git |
Project | gcoreutils |
Branch | master |
Revision | 8eb114f080744399ea1310542a357317345847b6 |
Comments
factor: decrement Miller-Rabin tests from 25 to 24 This avoids some seemingly-unnecessary code in mpz_probab_prime_p. * src/factor.c (MR_REPS): Shrink from 25 to 24, and add commentary.
Changed files
- src/factor.c