Post
Topic
Board Development & Technical Discussion
Re: Pollard's kangaroo ECDLP solver
by
superkatchu
on 10/11/2021, 10:51:45 UTC
I've shared the basic pseudo code for RSA Bruteforce below. Can you please write a basic pseudo-code for this method?

You cannot solve RSA problems with the Kangaroo method because the ECDLP problem is not applicable for RSA, as there are no logarithms to solve for.

Not ECDLP but DLP so Pollard Rho and Pollard Kangaroo should be applicable no?