This is an automated email from the ASF dual-hosted git repository. kmccusker pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/incubator-milagro-crypto-c.git
commit e65e167bb257d057d253aa392079936d0580dac3 Merge: aa31e19 6616068 Author: Kealan McCusker <[email protected]> AuthorDate: Fri Jun 21 11:32:54 2019 +0100 Merge pull request #14 from apache/issue11 Added BLS signature aggregation README.md | 2 +- examples/testbls_ZZZ.c.in | 194 +++++++++++++++++++++++++++++++++++------- examples/testmpin_ZZZ.c.in | 29 +++---- include/bls.h.in | 24 +++++- include/bls192.h.in | 24 +++++- include/bls256.h.in | 24 +++++- src/bls.c.in | 72 +++++++++++++--- src/bls192.c.in | 70 +++++++++++++-- src/bls256.c.in | 69 +++++++++++++-- test/test_bls_ZZZ.c.in | 208 +++++++++++++++++++++++++++++++++++++-------- 10 files changed, 598 insertions(+), 118 deletions(-)
