/dlp_bruteforce

Too see how inefficient brute-force is as compared to Pollard's Rho and Index Calculus for solving Discrete Log Problem (DLP)

Primary LanguageC

Bruteforcing DLP

Too see how inefficient brute-force is as compared to Pollard's Rho and Index Calculus for solving Discrete Log Problem (DLP).

STEPS

$ make
$ sudo ./dlp_bruteforce
$ make clean

Try to take bigger examples and record the time.