Skip to content

Small Rust scripts implementing some mathematical algorithms

License

Notifications You must be signed in to change notification settings

userctf/rust-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

rust-scripts

Small Rust scripts implementing some mathematical algorithms

baby-step_giant-step

Implementation of Baby-step_giant-step algorithm. This makes it easier to calculate the discrete logarithm.

To run:

git clone https://github.com/userctf/rust-scripts.git
cd rust-scripts/baby-step_giant-step
cargo run

Example

we want to solve this equation $711087309 = 9^x \mod 1073741823$ for x, just pass these three numbers into programm: baby-step_giant-step_example.png

About

Small Rust scripts implementing some mathematical algorithms

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages