Jean-Luc PONS
Jean-Luc PONS
Hi, You just need add -e to the command line, it enables, the extra points calculation. Less Mips but less step, it is a tradeoff.
Yes Searching public key is not the same process. This project is let's say a training for me to learn the DP method. ECDLP solver using DP method will come...
Thanks ;)
Hi, All pubkeys are checked first (if they lie on the curve) and then solved one by one.
Hi, How many RAM do you have ?
Yes you can reduce the babystep number to save RAM, it affects the speed (2 times less RAM, 2 times slower) but calculation should be ok. If it is not,...
> Start:2000000000000000000000000000 > Stop :3FFFFFFFFFFFFFFFFFFFFFFFFFFF I fixed the issue, the program was not working when number of step per thread > 2^64. But 2^64 steps will take ages !
Not for this program. BSGS is just a test program. I will switch to Kangaroo and add all needed option and GPU support to it. https://github.com/JeanLucPons/Kangaroo