You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@milagro.apache.org by km...@apache.org on 2020/02/18 12:01:36 UTC

[incubator-milagro-MPC] 01/01: Merge pull request #12 from apache/issue10

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

kmccusker pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/incubator-milagro-MPC.git

commit 5505b388c7a3a01afd41f145ef81e35c0e62976a
Merge: 119e11c 2491d34
Author: Kealan McCusker <ke...@gmail.com>
AuthorDate: Tue Feb 18 12:01:25 2020 +0000

    Merge pull request #12 from apache/issue10
    
    reduce keys storage

 .dockerignore                     |   8 +-
 .gitignore                        |  20 +---
 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, 137 insertions(+), 338 deletions(-)