Paper: https://eprint.iacr.org/2015/1022.pdf
This algorithm is to solve discrete log problem in elliptic curve with Index Calculus.
mkdir build
cd build
cmake ..
Or if you want to build in release mode:
cmake -DCMAKE_BUILD_TYPE=Release ..
make
make test