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/05/15 11:27:26 UTC

[incubator-milagro-MPC] branch review-ncc updated (739cfe6 -> 257d3ba)

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

sandreoli pushed a change to branch review-ncc
in repository https://gitbox.apache.org/repos/asf/incubator-milagro-MPC.git.


    from 739cfe6  update python wrappers
     add 257d3ba  Fix sonar report

No new revisions were added by this update.

Summary of changes:
 benchmark/bench_factoring_zk.c       | 36 +++++++++++++++++++--
 examples/example_factoring_zk.c      |  8 ++++-
 examples/example_full.c              |  6 +++-
 include/amcl/factoring_zk.h          | 30 ++++++++++++++---
 include/amcl/schnorr.h               |  4 +--
 python/amcl/factoring_zk.py          | 20 ++++++++++--
 src/factoring_zk.c                   | 63 +++++++++++++++++++-----------------
 src/schnorr.c                        |  4 +--
 test/smoke/test_factoring_zk_smoke.c | 26 +++++++++++++--
 test/unit/test_factoring_zk_prove.c  |  5 ++-
 10 files changed, 153 insertions(+), 49 deletions(-)