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/02/18 13:47:54 UTC

[incubator-milagro-MPC] branch add-full-example updated (2ad9b19 -> 7a19a8f)

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

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


    from 2ad9b19  Add example for full flow
     add 2491d34  reduce keys storage
     add 5505b38  Merge pull request #12 from apache/issue10
     add 7a19a8f  Merge branch 'develop' into add-full-example

No new revisions were added by this update.

Summary of changes:
 .dockerignore                     |   8 +-
 .gitignore                        |  13 +--
 examples/example_dump_keys.c      |  40 ++------
 include/amcl/mpc.h                |  45 +--------
 python/amcl_mpc.py                | 198 +++++++++++---------------------------
 python/example_dump_keys.py       |  19 +---
 scripts/buildAMCL.sh              |   3 +-
 src/mpc.c                         |  50 +---------
 test/smoke/test_dump_keys_smoke.c |  61 ++++++------
 vagrant/README.md                 |   2 +-
 vagrant/bootstrap.sh              |  29 ++++--
 11 files changed, 136 insertions(+), 332 deletions(-)