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/13 15:59:42 UTC

[incubator-milagro-MPC] 01/01: Merge pull request #5 from apache/review

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-MPC.git

commit 119e11cea0ebe57f52489e776a9795078b5ab83e
Merge: be7fb85 1af19ab
Author: samuele-andreoli <sa...@yahoo.it>
AuthorDate: Thu Feb 13 15:59:34 2020 +0000

    Merge pull request #5 from apache/review
    
    Review

 benchmark/bench_factoring_zk.c       |   2 +-
 benchmark/bench_nm_commit.c          |   2 +-
 examples/example_ecdsa.c             |  66 ++++-
 examples/example_factoring_zk.c      |   2 +-
 examples/example_nm_commit.c         |  12 +-
 examples/example_r.c                 |   8 +-
 include/amcl/commitments.h           |   3 +
 include/amcl/factoring_zk.h          |   3 +
 model/vectors/mpc/genPHASE5.py       | 140 ---------
 src/commitments.c                    |  20 +-
 src/factoring_zk.c                   |  26 +-
 src/mpc.c                            | 118 ++++----
 src/mta.c                            | 197 +++++++------
 src/schnorr.c                        |  10 +-
 test/smoke/test_ecdsa_smoke.c        |  74 ++++-
 test/smoke/test_factoring_zk_smoke.c |   2 +-
 test/smoke/test_nm_commit_smoke.c    |   2 +-
 test/smoke/test_r_smoke.c            |  14 +-
 test/unit/test_factoring_zk_verify.c |   6 +-
 test/unit/test_nm_commit.c           |  10 +-
 test/unit/test_r.c                   |   4 +-
 testVectors/mpc/R.json               |   2 +-
 testVectors/mpc/R.txt                | 540 +++++++++++++++++------------------
 23 files changed, 612 insertions(+), 651 deletions(-)