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 <[email protected]> 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(-)
