ECDLP solver based on the Pollard's kangaroo method.
Gpu math is mostly based on JeanLucPons code
https://github.com/JeanLucPons/Kangaroo/blob/master/GPU/GPUMath.hBut with some additions and modifications.
Supported Nvidia GPU architecture >=SM75
Range limited to 192bit
GTX 1660super with -grid 88,128 and PL60% Memory +500 speed 890Mkey/s, PL90% Memory +500 speed 1000Mkey/s,
RTX 3070 with -grid 92,256 and PL56% speed 1535Mkey/s
For Windows only.
Purebasic v.5.31 required for compilation