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/11/18 15:54:39 UTC

[incubator-milagro-crypto-c] branch develop updated (feecb27 -> 520a180)

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 feecb27  Merge pull request #50 from apache/fix-typo
     add 3deae89  updated BLS to accept non null terminated input char array
     add c854acc  update VERSION
     add ae66b60  fix doxygen for BLS
     add 6faaba4  format code
     new 520a180  Merge pull request #54 from apache/issue53

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:
 VERSION                           |  2 +-
 examples/example_bls_ZZZ.c.in     | 39 +++++++++++++++++++++++----------------
 examples/example_bls_sss_ZZZ.c.in | 13 ++++++++-----
 include/bls.h.in                  |  8 ++++----
 include/bls192.h.in               |  8 ++++----
 include/bls256.h.in               |  8 ++++----
 src/bls.c.in                      | 23 ++++++++++++++---------
 src/bls192.c.in                   | 23 ++++++++++++++---------
 src/bls256.c.in                   | 23 ++++++++++++++---------
 test/test_bls_ZZZ.c.in            | 34 +++++++++++++++++++---------------
 test/test_bls_sss_ZZZ.c.in        | 11 ++++++-----
 11 files changed, 111 insertions(+), 81 deletions(-)


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

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 520a180f4836499bcc17f5ac78dd090ed22c8c4d
Merge: feecb27 6faaba4
Author: Kealan McCusker <ke...@gmail.com>
AuthorDate: Mon Nov 18 15:54:33 2019 +0000

    Merge pull request #54 from apache/issue53
    
    updated BLS to accept non null terminated input char array

 VERSION                           |  2 +-
 examples/example_bls_ZZZ.c.in     | 39 +++++++++++++++++++++++----------------
 examples/example_bls_sss_ZZZ.c.in | 13 ++++++++-----
 include/bls.h.in                  |  8 ++++----
 include/bls192.h.in               |  8 ++++----
 include/bls256.h.in               |  8 ++++----
 src/bls.c.in                      | 23 ++++++++++++++---------
 src/bls192.c.in                   | 23 ++++++++++++++---------
 src/bls256.c.in                   | 23 ++++++++++++++---------
 test/test_bls_ZZZ.c.in            | 34 +++++++++++++++++++---------------
 test/test_bls_sss_ZZZ.c.in        | 11 ++++++-----
 11 files changed, 111 insertions(+), 81 deletions(-)