This is an automated email from the ASF dual-hosted git repository.

brianspector pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/incubator-milagro-crypto-c.git

commit b625ef6330d8b2e4c263d6be1ec4dbbd59a1383a
Merge: 09f4a37 b1f7797
Author: Brian Spector <[email protected]>
AuthorDate: Tue Aug 27 11:05:46 2019 +0200

    Merge pull request #47 from apache/bls-sss
    
    BLS SSS

 Makefile                          |  28 ++---
 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                  |  63 +++++++++-
 include/bls192.h.in               |  52 ++++++++
 include/bls256.h.in               |  52 ++++++++
 src/bls.c.in                      | 256 ++++++++++++++++++++++++++++++++++++++
 src/bls192.c.in                   | 256 ++++++++++++++++++++++++++++++++++++++
 src/bls256.c.in                   | 256 ++++++++++++++++++++++++++++++++++++++
 test/CMakeLists.txt               |   1 +
 test/test_bls_ZZZ.c.in            |   6 +-
 test/test_bls_sss_ZZZ.c.in        | 243 ++++++++++++++++++++++++++++++++++++
 wrappers/python/bls_ZZZ.py.in     |  87 +++++++++++++
 15 files changed, 1535 insertions(+), 29 deletions(-)

Reply via email to