You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In number theory, the Pohlig–Hellman algorithm is a special-purpose algorithm for computing discrete logarithms in a multiplicative group whose order is a smooth integer.
Requirements
Python 2.7
Run
python pohlig_hellman.py
About
Implementation of the Pohlig-Hellman algorithm for finding discrete logarithm