Too see how inefficient brute-force is as compared to Pollard's Rho and Index Calculus for solving Discrete Log Problem (DLP).
$ make
$ sudo ./dlp_bruteforce
$ make clean
Try to take bigger examples and record the time.
Too see how inefficient brute-force is as compared to Pollard's Rho and Index Calculus for solving Discrete Log Problem (DLP)
C