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:35 UTC

[incubator-milagro-MPC] branch develop updated (119e11c -> 5505b38)

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

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


    from 119e11c  Merge pull request #5 from apache/review
     add 2491d34  reduce keys storage
     new 5505b38  Merge pull request #12 from apache/issue10

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .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(-)


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

Posted by km...@apache.org.
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(-)