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/21 16:28:02 UTC

[incubator-milagro-MPC] branch issue19 updated (beceada -> 0005cba)

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

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


    from beceada  add correct permissions for python installation
     add 0005cba  use absolute paths in Python examples

No new revisions were added by this update.

Summary of changes:
 python/amcl/bls.py               |  2 +-
 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   | 37 +++++++++----------
 python/examples/example_ecdsa.py | 77 +++++++++++++++++++++-------------------
 python/examples/example_mta.py   | 31 ++++++++--------
 python/examples/example_r.py     | 29 +++++++--------
 python/examples/example_s.py     | 33 ++++++++---------
 10 files changed, 113 insertions(+), 104 deletions(-)