Hi,
I am using Prime95 to do stage 1 factoring on small exponents (typically less than 50k) and then feeding those curves, about 1000 at a time into GMP-ECM for stage 2.
With the latest version
posted here, it doesn't like the part of the file that has the date/time in throwing this
"Error, save file line has no '=' in : [Fri Dec 11 18:"
I can solve it by opening the file in notepad++ and doing a regex replace as follows
find: (\W).*(])
replace: null or space
Although this is low priority can some future version coexist happily with P95 stage 1 output files?