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-crypto-c.git
commit acb46601c37d4c32051fc593701f0645a365caa0 Merge: 971757c fcd5d5a Author: Kealan McCusker <[email protected]> AuthorDate: Mon Sep 2 11:20:51 2019 +0100 Merge pull request #49 from apache/issue39 upgrade to Python3 CMakeLists.txt | 2 +- Dockerfile | 40 ++- Makefile | 2 +- README.md | 32 ++- cmake/PythonSiteDirs.cmake | 11 - examples/example_bls_ZZZ.c.in | 8 +- examples/example_bls_sss_ZZZ.c.in | 40 +-- {wrappers/python => python}/CMakeLists.txt | 6 +- {wrappers/python => python}/README.md | 0 .../python => python}/TestMPINInstall_ZZZ.py.in | 37 ++- {wrappers/python => python}/TimeMPIN_ZZZ.py.in | 221 +++++++-------- {wrappers/python => python}/bls_ZZZ.py.in | 28 +- {wrappers/python => python}/mpin_ZZZ.py.in | 301 +++++++++++---------- {wrappers/python => python}/wcc_ZZZ.py.in | 124 +++++---- src/bls.c.in | 14 +- src/bls192.c.in | 14 +- src/bls256.c.in | 14 +- test/test_bls_sss_ZZZ.c.in | 40 +-- 18 files changed, 465 insertions(+), 469 deletions(-)
