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 aa31e19 Merge pull request #12 from apache/add-bls
add 4ae35db add point addition to BLS
add 5ba3207 update bls129 and bls256
add 1b0b1f6 updated bls smoke test
add 6616068 updated seed value for bls
new e65e167 Merge pull request #14 from apache/issue11
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:
README.md | 2 +-
examples/testbls_ZZZ.c.in | 194 +++++++++++++++++++++++++++++++++++-------
examples/testmpin_ZZZ.c.in | 29 +++----
include/bls.h.in | 24 +++++-
include/bls192.h.in | 24 +++++-
include/bls256.h.in | 24 +++++-
src/bls.c.in | 72 +++++++++++++---
src/bls192.c.in | 70 +++++++++++++--
src/bls256.c.in | 69 +++++++++++++--
test/test_bls_ZZZ.c.in | 208 +++++++++++++++++++++++++++++++++++++--------
10 files changed, 598 insertions(+), 118 deletions(-)