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 971757c  Merge pull request #48 from apache/fix-license
     add fcd5d5a  upgrade to Python3
     new acb4660  Merge pull request #49 from apache/issue39

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:
 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(-)
 rename {wrappers/python => python}/CMakeLists.txt (95%)
 rename {wrappers/python => python}/README.md (100%)
 rename {wrappers/python => python}/TestMPINInstall_ZZZ.py.in (93%)
 rename {wrappers/python => python}/TimeMPIN_ZZZ.py.in (58%)
 rename {wrappers/python => python}/bls_ZZZ.py.in (95%)
 rename {wrappers/python => python}/mpin_ZZZ.py.in (85%)
 rename {wrappers/python => python}/wcc_ZZZ.py.in (72%)

Reply via email to