saadislamm / dlp_bruteforce

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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


Languages

Language:C 88.7%Language:Makefile 11.3%