This is an automated email from the ASF dual-hosted git repository.
kmccusker pushed a change to branch issue51
in repository
https://gitbox.apache.org/repos/asf/incubator-milagro-crypto-c.git.
from d49ed57 fix inconsistency in bpow2 documentation
add d047df5 use low level BIG and ECP API when possible
add 47617ac improve interpolation coefficients computation
add 7b961ee improve shares computation
add 8bdaae2 code cleanup
add cc01520 normalise secret for comparison in secret recover
add a4d9072 remove unnecessary scalar multiplication API
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
add 520a180 Merge pull request #54 from apache/issue53
add 7440384 Merge branch 'develop' into review-bls
add 95cbea2 Merge pull request #55 from apache/review-bls
new be9deb0 Merge branch 'develop' into issue51
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 | 26 +---
include/bls192.h.in | 26 +---
include/bls256.h.in | 26 +---
src/bls.c.in | 257 +++++++++++++++----------------------
src/bls192.c.in | 258 +++++++++++++++-----------------------
src/bls256.c.in | 258 +++++++++++++++-----------------------
test/test_bls_ZZZ.c.in | 34 ++---
test/test_bls_sss_ZZZ.c.in | 11 +-
11 files changed, 368 insertions(+), 582 deletions(-)