Closed defuse closed 9 years ago
Right now it just repeats the lines:
DEBUG: Added (another) 100000 preimages.
and
DEBUG: Tried another 100000 selectors.
We know the upper limit on the number of iterations, so we could easily show the progress as a fraction and a percent. Make the debug functions printf-like, and then make the messages better.
Done.
Right now it just repeats the lines:
and
We know the upper limit on the number of iterations, so we could easily show the progress as a fraction and a percent. Make the debug functions printf-like, and then make the messages better.