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 2020/02/19 12:05:32 UTC

[incubator-milagro-crypto-c] branch develop updated (cf8fb92 -> 0842cc9)

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 cf8fb92  Merge pull request #71 from apache/fix-bls-wrapper
     add 6b8acfa  Add support for non constant time multiple exponentiation
     add 32ac3e7  add constant time triple exponent
     add d87a7b8  Format code
     add 86c33c6  Use tailored primes in ff test
     new 0842cc9  Merge pull request #72 from apache/add-multiple-exponent-api

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/ff.h.in                   |  58 +++++++++++++++-
 include/paillier.h                |   2 +-
 python/bls_ZZZ.py.in              |   7 +-
 python/mpin_ZZZ.py.in             |   2 +-
 python/wcc_ZZZ.py.in              |   2 +-
 src/ff.c.in                       | 141 ++++++++++++++++++++++++++++++++++++++
 test/test_ff_consistency_WWW.c.in |  70 ++++++++++++++++++-
 7 files changed, 273 insertions(+), 9 deletions(-)


[incubator-milagro-crypto-c] 01/01: Merge pull request #72 from apache/add-multiple-exponent-api

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 0842cc9d5da42b6f7eff36ffa83a85edc9e6d7c5
Merge: cf8fb92 86c33c6
Author: samuele-andreoli <sa...@yahoo.it>
AuthorDate: Wed Feb 19 12:05:21 2020 +0000

    Merge pull request #72 from apache/add-multiple-exponent-api
    
    Add multiple exponent api

 include/ff.h.in                   |  58 +++++++++++++++-
 include/paillier.h                |   2 +-
 python/bls_ZZZ.py.in              |   7 +-
 python/mpin_ZZZ.py.in             |   2 +-
 python/wcc_ZZZ.py.in              |   2 +-
 src/ff.c.in                       | 141 ++++++++++++++++++++++++++++++++++++++
 test/test_ff_consistency_WWW.c.in |  70 ++++++++++++++++++-
 7 files changed, 273 insertions(+), 9 deletions(-)