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:22 UTC

[incubator-milagro-crypto-c] branch develop updated (e65e167 -> bbb4c7e)

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 e65e167  Merge pull request #14 from apache/issue11
     add e6aeb5c  rename examples and use BLS381 for example_all
     add 5adccb6  sync code
     add 6c0f107  add BLS381 test vectors
     add ebfee8f  multi curve example
     new bbb4c7e  Merge pull request #17 from apache/issue16

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:
 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(-)
 rename examples/{testall.c => example_all.c} (90%)
 rename examples/{testbls_ZZZ.c.in => example_bls_ZZZ.c.in} (100%)
 rename examples/{testdvs_ZZZ.c.in => example_dvs_ZZZ.c.in} (100%)
 rename examples/{testecdh_ZZZ.c.in => example_ecdh_ZZZ.c.in} (100%)
 rename examples/{testmpin_ZZZ.c.in => example_mpin_ZZZ.c.in} (99%)
 rename examples/{testrsa_WWW.c.in => example_rsa_WWW.c.in} (100%)
 rename examples/{testwcc_ZZZ.c.in => example_wcc_ZZZ.c.in} (100%)
 rename examples/{testwcc_dta_ZZZ.c.in => example_wcc_dta_ZZZ.c.in} (100%)
 rename examples/{testx509.c => example_x509.c} (100%)
 create mode 100644 testVectors/mpin/BLS381.json
 create mode 100644 testVectors/mpin/BLS381.txt


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

Posted by km...@apache.org.
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(-)