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:32:59 UTC

[incubator-milagro-crypto-c] branch develop updated (aa31e19 -> e65e167)

This is an automated email from the ASF dual-hosted git repository.

kmccusker pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/incubator-milagro-crypto-c.git.


    from aa31e19  Merge pull request #12 from apache/add-bls
     add 4ae35db  add point addition to BLS
     add 5ba3207  update bls129 and bls256
     add 1b0b1f6  updated bls smoke test
     add 6616068  updated seed value for bls
     new e65e167  Merge pull request #14 from apache/issue11

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 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(-)


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

Posted by km...@apache.org.
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(-)