Repository that implements the schemes for the paper Signature Schemes and Anonymous Credentials from Bilinear Maps
This is a personal project. Avoid using this library in production as it has not been audited.
miracl/core: Building instructions can be found in the official repo
This project requires the core library built with the BN254 Curve
cmake -DCORE_LIB_PATH=<PATH_TO_CORE_LIBRARY> ..
make all
After building there will be two executables
test_anonymous_credentials
test_cl_signatures