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 b9f69b8 Merge pull request #33 from apache/fix-python-bug
add f364bd1 add ability to generate BLS public key from external private
key
add 376052b update docs
new a930a00 Merge pull request #35 from apache/issue34
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:
Makefile | 2 +-
README.md | 3 +-
VERSION | 2 +-
doc/AMCL.dox | 6 +-
examples/example_bls_ZZZ.c.in | 35 ++++++----
examples/example_mpin_ZZZ.c.in | 4 +-
include/bls.h.in | 2 +-
include/bls192.h.in | 2 +-
include/bls256.h.in | 2 +-
src/bls.c.in | 16 ++++-
src/bls192.c.in | 16 ++++-
src/bls256.c.in | 16 ++++-
test/test_bls_ZZZ.c.in | 38 ++++++----
wrappers/python/TestMPINInstall_ZZZ.py.in | 4 +-
wrappers/python/TimeMPIN_ZZZ.py.in | 3 +-
wrappers/python/bls_ZZZ.py.in | 111 ++++++++++++++++++------------
wrappers/python/mpin_ZZZ.py.in | 34 +++++----
wrappers/python/wcc_ZZZ.py.in | 19 ++---
18 files changed, 198 insertions(+), 117 deletions(-)