You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@milagro.apache.org by km...@apache.org on 2019/06/21 10:33:00 UTC

[incubator-milagro-crypto-c] 01/01: Merge pull request #14 from apache/issue11

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 <ke...@gmail.com>
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(-)