You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@milagro.apache.org by km...@apache.org on 2019/08/07 07:55:51 UTC

[incubator-milagro-crypto-c] 01/01: Merge pull request #35 from apache/issue34

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 a930a001fbad2628386c9d37cd4f6e232bd72dd1
Merge: b9f69b8 376052b
Author: Kealan McCusker <ke...@gmail.com>
AuthorDate: Wed Aug 7 08:55:46 2019 +0100

    Merge pull request #35 from apache/issue34
    
    Issue34

 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(-)