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 2020/10/01 07:33:32 UTC

[incubator-milagro-crypto-rust] branch develop updated (7c65ce1 -> 09c7699)

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-rust.git.


    from 7c65ce1  Merge pull request #43 from sigp/tests-big
     new e22b773  Update to bls signatures standard v4
     new fd5a609  Fix numbering in readme
     new 1c0299d  Resolve conflicts
     new 09c7699  Merge pull request #45 from sigp/bls-v4

The 85 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 => README.md                             |   2 +-
 src/bls381/basic.rs                                |  28 ++---
 src/bls381/core.rs                                 |  87 +++++++++-------
 src/bls381/message_augmentation.rs                 |  28 ++---
 src/bls381/proof_of_possession.rs                  |  44 ++++----
 src/fp.rs                                          |   2 +-
 src/fp2.rs                                         |   2 +-
 src/hash_to_curve.rs                               |  10 +-
 .../edwards25519_XMD:SHA-512_ELL2_NU_.json         |  90 ----------------
 .../edwards25519_XMD:SHA-512_ELL2_RO_.json         | 115 ---------------------
 10 files changed, 107 insertions(+), 301 deletions(-)
 rename readme.md => README.md (88%)
 delete mode 100644 src/test_utils/hash_to_curve_vectors/edwards25519_XMD:SHA-512_ELL2_NU_.json
 delete mode 100644 src/test_utils/hash_to_curve_vectors/edwards25519_XMD:SHA-512_ELL2_RO_.json