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:33 UTC

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

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(-)