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 da6ad02c2c651237757f16109e245ddeb8fa4a89 Merge: 6cf4ecc 64b02cc Author: Kealan McCusker <[email protected]> AuthorDate: Thu Aug 1 17:05:27 2019 +0100 Merge pull request #31 from apache/issue26 add bls wrapper CPackConfig.cmake | 2 + Dockerfile | 2 + cmake/PythonSiteDirs.cmake | 11 + wrappers/python/CMakeLists.txt | 5 + wrappers/python/README.md | 5 +- wrappers/python/TestMPINInstall_ZZZ.py.in | 49 ++-- wrappers/python/TestMPIN_BN254CX.py | 140 --------- wrappers/python/TimeMPIN_ZZZ.py.in | 58 ++-- wrappers/python/bls_ZZZ.py.in | 469 ++++++++++++++++++++++++++++++ wrappers/python/mpin_ZZZ.py.in | 78 ++--- wrappers/python/wcc_ZZZ.py.in | 85 +++--- 11 files changed, 633 insertions(+), 271 deletions(-)
