With npm do:
$ npm installfrom the project directory.
To compile lib/libDiscreteLogC.so on Linux/Solaris/etc.:
$ cd lib
$ gcc -std=c99 -Wall -shared -fPIC -fopenmp logDiscreteRho.c -o libDiscreteLogC.so -lgmp -lcrypto -L/usr/local/libYou need the gmp and openmp libraries installed on your system.
To start the web sever application with nodejs:
$ npm startTo start the browser client go here #test
To test the discrete log module in libDiscreteLogC.so do:
$ mocha test_pollard.js