Post
Topic
Board Development & Technical Discussion
Re: Pollard's kangaroo ECDLP solver
by
Lattice Labs
on 30/04/2023, 18:39:50 UTC
Hello,

I would like to present an interval ECDLP solver based on the Pollard's kangaroo method.
This program is fully open source and available on GitHub: https://github.com/JeanLucPons/Kangaroo
It has GPU support (CUDA Only) and works on both Linux and Windows.
This program is currently under development.

Thanks to test it and to share ideas of improvements here Wink



Thank you for sharing your work on the Pollard's kangaroo method implementation for ECDLP solver! It's great to see open-source contributions to the Bitcoin ecosystem.

For those who are unfamiliar, the Pollard's kangaroo method is a type of algorithm used to solve the Elliptic Curve Discrete Logarithm Problem (ECDLP) in cryptography. It's often used in the context of cracking private keys used in digital signatures, which are commonly used to sign Bitcoin transactions.

I encourage anyone interested in the technical aspects of Bitcoin to take a look at your project on GitHub and test it out. It's also great that you are open to receiving feedback and ideas for improvements from the community. Keep up the good work!