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

sandreoli pushed a commit to branch update-model-no-replay
in repository https://gitbox.apache.org/repos/asf/incubator-milagro-MPC.git

commit 088f5461ddb27d8fed904e56340afa7a6d0bd4cb
Merge: 3816f21 0802a80
Author: samuele-andreoli <[email protected]>
AuthorDate: Thu Feb 20 16:12:20 2020 +0000

    Merge pull request #48 from qredo/issue45
    
    Add API for Phase 5

 benchmark/bench_phase5.c           | 197 +++++++++++++++++++++++++++++++++++
 examples/example_phase5.c          | 208 +++++++++++++++++++++++++++++++++++++
 include/amcl/mpc.h                 |  71 +++++++++++++
 model/examples/run_mpc.py          |  32 ++----
 model/sec256k1/mpc.py              |  32 ++++++
 model/vectors/mpc/genPHASE5.py     | 140 +++++++++++++++++++++++++
 src/mpc.c                          | 158 ++++++++++++++++++++++++++++
 test/smoke/test_phase5_smoke.c     | 149 ++++++++++++++++++++++++++
 test/test.c                        |   8 ++
 test/unit/CMakeLists.txt           |   9 +-
 test/unit/test_phase5_commit.c     | 132 +++++++++++++++++++++++
 test/unit/test_phase5_prove.c      | 200 +++++++++++++++++++++++++++++++++++
 test/unit/test_phase5_verify.c     | 160 ++++++++++++++++++++++++++++
 testVectors/mpc/phase5_commit.json |  92 ++++++++++++++++
 testVectors/mpc/phase5_commit.txt  |  80 ++++++++++++++
 testVectors/mpc/phase5_prove.json  | 142 +++++++++++++++++++++++++
 testVectors/mpc/phase5_prove.txt   | 130 +++++++++++++++++++++++
 testVectors/mpc/phase5_verify.json |  72 +++++++++++++
 testVectors/mpc/phase5_verify.txt  |  60 +++++++++++
 19 files changed, 2047 insertions(+), 25 deletions(-)

Reply via email to