Skip to content

Baby Step Giant Step algorithm implemented in python3. With complexity nlog(n)

Notifications You must be signed in to change notification settings

davidlbyrne/bsgs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

bsgs.py Description- This solves DLP (Descrete Logrithem Problem) for x in the equation: g^x = h % p

Usage- python3 bsgs.py g h p

Example- python3 bsgs.py 13 5 37 25 is a solution for x Done

About

Baby Step Giant Step algorithm implemented in python3. With complexity nlog(n)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages