Change #238848
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 | 097760c3de664b228b451be394784946f1c7c25b |
Comments
factor: improve millerrabin2 API * src/factor.c (make_uuint2): New function. (powm2, millerrabin2): Pass two-word args as uuints, not as mp_limb_t const [2] pointers. All uses changed. (prime2_p): Rework to use the new API, fixing a FIXME.
Changed files
- src/factor.c