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


    from be7fb85  Merge pull request #4 from apache/add-phase5-api
     add ba6a54d  review commitments code
     add eebc718  review factoring zkp
     add bf499d6  review mta and mpc code
     add e009325  use compressed form for ECP
     add 0292209  Use CT functions and clean memory in mta ZK proofs
     add d357b06  fix zk verify
     add 1af19ab  remove model file
     new 119e11c  Merge pull request #5 from apache/review

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:
 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(-)
 delete mode 100755 model/vectors/mpc/genPHASE5.py

Reply via email to