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 14:08:18 UTC

[incubator-milagro-MPC] branch develop updated (0219c3f -> e26c94a)

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

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


    from 0219c3f  Merge pull request #13 from apache/issue11
     add 3b0fe54  Expose ECP R value for Phase5 flow
     add 00e8316  amend gitignore after removign model
     add 476d954  format code
     add 2ad9b19  Add example for full flow
     add 7a19a8f  Merge branch 'develop' into add-full-example
     new e26c94a  Merge pull request #6 from apache/add-full-example

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:
 .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(-)
 create mode 100644 examples/example_full.c


[incubator-milagro-MPC] 01/01: Merge pull request #6 from apache/add-full-example

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