This is an automated email from the ASF dual-hosted git repository.
kmccusker pushed a change to branch bls-sss
in repository
https://gitbox.apache.org/repos/asf/incubator-milagro-crypto-c.git.
from a1b9897 added BLS multiplication functions
add b159463 DISCLAIMER is tidied up
add 1f5622b Merge pull request #43 from kamaci/develop
add bebf136 Fixes equals issue in FP48 macro. Current template
incorrectly compares 'b' component twic and ignores 'c'.
add 72ae03e Merge pull request #42 from paulgoleary/develop
add 420c1ed fix bug in Fedora tests. Update README build instructions
add 64dd701 Merge pull request #44 from apache/issue41
new d4cba59 Merge branch 'develop' into bls-sss
new db8d27d added BLS SSS to BLS library
The 2 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:
DISCLAIMER | 11 +-
README.md | 22 ++--
VERSION | 2 +-
examples/CMakeLists.txt | 4 +
examples/example_bls_ZZZ.c.in | 16 ++-
examples/example_bls_sss_ZZZ.c.in | 242 +++++++++++++++++++++++++++++++++++
include/bls.h.in | 57 +++++++--
include/bls192.h.in | 33 +++++
include/bls256.h.in | 33 +++++
src/bls.c.in | 216 ++++++++++++++++++++++++++++++++
src/bls192.c.in | 216 ++++++++++++++++++++++++++++++++
src/bls256.c.in | 216 ++++++++++++++++++++++++++++++++
src/fp48.c.in | 2 +-
test/CMakeLists.txt | 1 +
test/test_bls_ZZZ.c.in | 6 +-
test/test_bls_sss_ZZZ.c.in | 243 ++++++++++++++++++++++++++++++++++++
test/test_output_functions_ZZZ.c.in | 2 +-
17 files changed, 1291 insertions(+), 31 deletions(-)
create mode 100644 examples/example_bls_sss_ZZZ.c.in
create mode 100644 test/test_bls_sss_ZZZ.c.in