You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@milagro.apache.org by km...@apache.org on 2019/06/28 09:19:23 UTC

[incubator-milagro-crypto-c] 01/01: Merge pull request #17 from apache/issue16

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 bbb4c7e6c4c2c1eca5f1ef76f7fea8a35c5b294c
Merge: e65e167 ebfee8f
Author: Kealan McCusker <ke...@gmail.com>
AuthorDate: Fri Jun 28 10:19:18 2019 +0100

    Merge pull request #17 from apache/issue16
    
    Move to curve BLS12-381

 Makefile                                           |   18 +-
 README.md                                          |    2 +-
 config.mk                                          |    6 +-
 examples/CMakeLists.txt                            |   42 +-
 examples/{testall.c => example_all.c}              |   76 +-
 .../{testbls_ZZZ.c.in => example_bls_ZZZ.c.in}     |    6 +-
 .../{testdvs_ZZZ.c.in => example_dvs_ZZZ.c.in}     |    0
 .../{testecdh_ZZZ.c.in => example_ecdh_ZZZ.c.in}   |    0
 .../{testmpin_ZZZ.c.in => example_mpin_ZZZ.c.in}   |    8 +-
 .../{testrsa_WWW.c.in => example_rsa_WWW.c.in}     |    0
 .../{testwcc_ZZZ.c.in => example_wcc_ZZZ.c.in}     |    0
 ...stwcc_dta_ZZZ.c.in => example_wcc_dta_ZZZ.c.in} |    0
 examples/{testx509.c => example_x509.c}            |    0
 scripts/buildMulti.sh                              |    2 +-
 src/pair.c.in                                      |   10 +-
 src/pair192.c.in                                   |   10 +-
 src/pair256.c.in                                   |   10 +-
 test/CMakeLists.txt                                |    4 +-
 test/test_bls_ZZZ.c.in                             |    6 +-
 testVectors/mpin/BLS381.json                       |    1 +
 testVectors/mpin/BLS381.txt                        | 3000 ++++++++++++++++++++
 21 files changed, 3101 insertions(+), 100 deletions(-)