You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@milagro.apache.org by sa...@apache.org on 2019/11/19 12:16:21 UTC

[incubator-milagro-crypto-c] branch develop updated (520a180 -> 95cbea2)

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

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


    from 520a180  Merge pull request #54 from apache/issue53
     add d047df5  use low level BIG and ECP API when possible
     add 47617ac  improve interpolation coefficients computation
     add 7b961ee  improve shares computation
     add 8bdaae2  code cleanup
     add cc01520  normalise secret for comparison in secret recover
     add a4d9072  remove unnecessary scalar multiplication API
     add 7440384  Merge branch 'develop' into review-bls
     new 95cbea2  Merge pull request #55 from apache/review-bls

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:
 include/bls.h.in    |  18 ----
 include/bls192.h.in |  18 ----
 include/bls256.h.in |  18 ----
 src/bls.c.in        | 234 +++++++++++++++++++--------------------------------
 src/bls192.c.in     | 235 +++++++++++++++++++---------------------------------
 src/bls256.c.in     | 235 +++++++++++++++++++---------------------------------
 6 files changed, 257 insertions(+), 501 deletions(-)


[incubator-milagro-crypto-c] 01/01: Merge pull request #55 from apache/review-bls

Posted by sa...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 95cbea2fa87d9c8b3dee5433d524c98cbeaf480c
Merge: 520a180 7440384
Author: samuele-andreoli <sa...@yahoo.it>
AuthorDate: Tue Nov 19 12:16:12 2019 +0000

    Merge pull request #55 from apache/review-bls
    
    Review bls

 include/bls.h.in    |  18 ----
 include/bls192.h.in |  18 ----
 include/bls256.h.in |  18 ----
 src/bls.c.in        | 234 +++++++++++++++++++--------------------------------
 src/bls192.c.in     | 235 +++++++++++++++++++---------------------------------
 src/bls256.c.in     | 235 +++++++++++++++++++---------------------------------
 6 files changed, 257 insertions(+), 501 deletions(-)