Skip to content

Signature schemes from the paper "Signature Schemes and Anonymous Credentials from Bilinear Maps" by Jan Camenisch and Anna Lysyanskaya

License

Notifications You must be signed in to change notification settings

ahasikos/CL_Signatures

Repository files navigation

Repository that implements the schemes for the paper Signature Schemes and Anonymous Credentials from Bilinear Maps

Disclaimer

This is a personal project. Avoid using this library in production as it has not been audited.

Dependencies

miracl/core: Building instructions can be found in the official repo

Building

This project requires the core library built with the BN254 Curve

cmake -DCORE_LIB_PATH=<PATH_TO_CORE_LIBRARY> ..
make all

Testing

After building there will be two executables

  1. test_anonymous_credentials
  2. test_cl_signatures

About

Signature schemes from the paper "Signature Schemes and Anonymous Credentials from Bilinear Maps" by Jan Camenisch and Anna Lysyanskaya

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published