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 e26c94ad09e0704c63aa2c7cadc629487356847a Merge: 0219c3f 7a19a8f Author: samuele-andreoli <[email protected]> AuthorDate: Tue Feb 18 14:08:11 2020 +0000 Merge pull request #6 from apache/add-full-example Add full example .gitignore | 1 - examples/example_ecdsa.c | 2 +- examples/example_full.c | 1649 +++++++++++++++++++++++++++++++++++++++++ examples/example_r.c | 2 +- include/amcl/factoring_zk.h | 5 + include/amcl/mpc.h | 6 +- python/amcl_mpc.py | 20 +- python/example_ecdsa.py | 2 +- python/example_r.py | 2 +- python/test_ecdsa.py | 2 +- python/test_r.py | 2 +- src/mpc.c | 41 +- src/mta.c | 24 +- test/smoke/test_ecdsa_smoke.c | 8 +- test/smoke/test_r_smoke.c | 16 +- test/test.c | 8 +- test/unit/test_r.c | 2 +- 17 files changed, 1727 insertions(+), 65 deletions(-)
