gazman-sdk / BLS_signature_aggregation

Java Boneh, Lynn, and Shacham (BLS) Signature Aggregation. Implementation of "Aggregate and Verifiably Encrypted Signatures from Bilinear Maps" by Dan Boneh, Ben Lynn, Craig Gentry and Hovav Shacham. https://crypto.stanford.edu/~dabo/pubs/papers/aggreg.pdf

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BLS_signature_aggregation

Java Boneh, Lynn, and Shacham (BLS) Signature Aggregation. Implementation of "Aggregate and Verifiably Encrypted Signatures from Bilinear Maps" by Dan Boneh, Ben Lynn, Craig Gentry and Hovav Shacham. https://crypto.stanford.edu/~dabo/pubs/papers/aggreg.pdf

This project is built on top of JPBC - http://gas.dia.unisa.it/projects/jpbc/index.html#.WnYubqinGCo

What been changed

Most of the JPBC code, not needed for this project, been removed, minor fixes have been applied, like null checks, simplification of if statements, method inlinement, and removal of redundant code

How to install

Create new project from this GitHub repo using IntelliJ

How to run

Run the unit tests

About

Java Boneh, Lynn, and Shacham (BLS) Signature Aggregation. Implementation of "Aggregate and Verifiably Encrypted Signatures from Bilinear Maps" by Dan Boneh, Ben Lynn, Craig Gentry and Hovav Shacham. https://crypto.stanford.edu/~dabo/pubs/papers/aggreg.pdf

License:GNU General Public License v3.0


Languages

Language:Java 100.0%