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/24 10:12:48 UTC

[incubator-milagro-MPC] branch develop updated (cdd2972 -> 6adaa7c)

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 cdd2972  Merge pull request #17 from apache/issue9-factoring-zkp-wrapper
     add 5698837  add BLS Python wrapper
     add beceada  add correct permissions for python installation
     add 0005cba  use absolute paths in Python examples
     new 6adaa7c  Merge pull request #20 from apache/issue19

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:
 Dockerfile                       |   2 +-
 python/amcl/CMakeLists.txt       |  10 +-
 python/amcl/bls.py               | 234 +++++++++++++++++++++++++++++++++++++++
 python/amcl/commitments.py       |   2 +-
 python/amcl/factoring_zk.py      |   2 +-
 python/amcl/mpc.py               |   2 +-
 python/amcl/schnorr.py           |   2 +-
 python/examples/example_bls.py   | 150 +++++++++++++++++++++++++
 python/examples/example_ecdsa.py |  77 +++++++------
 python/examples/example_mta.py   |  31 +++---
 python/examples/example_r.py     |  29 ++---
 python/examples/example_s.py     |  33 +++---
 scripts/buildAMCL.sh             |   2 +-
 src/CMakeLists.txt               |   7 ++
 14 files changed, 495 insertions(+), 88 deletions(-)
 create mode 100755 python/amcl/bls.py
 create mode 100755 python/examples/example_bls.py


[incubator-milagro-MPC] 01/01: Merge pull request #20 from apache/issue19

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 6adaa7c76cb7aa3508360d326aef861ca93f5bbe
Merge: cdd2972 0005cba
Author: Kealan McCusker <ke...@gmail.com>
AuthorDate: Mon Feb 24 10:12:39 2020 +0000

    Merge pull request #20 from apache/issue19
    
    add BLS Python wrapper

 Dockerfile                       |   2 +-
 python/amcl/CMakeLists.txt       |  10 +-
 python/amcl/bls.py               | 234 +++++++++++++++++++++++++++++++++++++++
 python/amcl/commitments.py       |   2 +-
 python/amcl/factoring_zk.py      |   2 +-
 python/amcl/mpc.py               |   2 +-
 python/amcl/schnorr.py           |   2 +-
 python/examples/example_bls.py   | 150 +++++++++++++++++++++++++
 python/examples/example_ecdsa.py |  77 +++++++------
 python/examples/example_mta.py   |  31 +++---
 python/examples/example_r.py     |  29 ++---
 python/examples/example_s.py     |  33 +++---
 scripts/buildAMCL.sh             |   2 +-
 src/CMakeLists.txt               |   7 ++
 14 files changed, 495 insertions(+), 88 deletions(-)