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 <[email protected]> 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(-)
