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