An implementations of different aggregate signature schemes using the MCL pairings library.
- Short signatures from the Weil pairing, Boneh et al. (2001)
- Aggregate and verifiably encrypted signatures from bilinear maps, Boneh et al. (2003)
- History-free sequential aggregate signatures, Fischlin et al. (2012)
- Download this repo with
git clone https://github.com/shangsuru/aggregate-signatures.git
- Install githooks via
git config core.hookspath .githooks
- Run benchmarks with
./run_experiments.sh