Skip to content

johnpuksta/PollardsRhoDLP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pollard's Rho Algorithm For Discrete Logarithms

This algorithm is finding the value of B for a^B = mod P, where only a and P are given.

Three subgroups are used to iterate two chains, the tortoise and the hare, which Brent's cycle detection algorithm detects a collision between the two chains.

This repo accurately solves 40 and 60 bit DLPs, but experiences trouble with anything larger.

About

Pollard's Rho Algorithm For Discrete Logarithms

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages