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 be7fb852a04ea0c0ea955020a73806170706d2f9 Merge: f73e9cb 72c37ec Author: samuele-andreoli <[email protected]> AuthorDate: Thu Feb 13 10:58:13 2020 +0000 Merge pull request #4 from apache/add-phase5-api Add phase5 api benchmark/bench_phase5.c | 197 +++++++++++++++++++++++++++++++++++ examples/example_phase5.c | 208 +++++++++++++++++++++++++++++++++++++ include/amcl/mpc.h | 71 +++++++++++++ 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 +++++++++++ 17 files changed, 2005 insertions(+), 3 deletions(-)
