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:50 UTC

[incubator-milagro-crypto-c] branch develop updated (b9f69b8 -> a930a00)

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


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

Posted by km...@apache.org.
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(-)