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-crypto-c.git.
from 6cf4ecc Merge pull request #30 from apache/windows-build
add 1efd096 add bls wrapper
add 64b02cc update docker
new da6ad02 Merge pull request #31 from apache/issue26
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:
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(-)
delete mode 100644 wrappers/python/TestMPIN_BN254CX.py
create mode 100755 wrappers/python/bls_ZZZ.py.in