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/05/11 07:20:38 UTC

[incubator-milagro-crypto-rust] branch develop updated (e10c4ad -> 9de3c37)

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 e10c4ad  Merge pull request #29 from sigp/bls-core-operations
     new a993792  Add compressed serialisation for bls381
     new 6491bbd  Tidy comments
     new 7befb72  Add uncompressed serialisations
     new 754583e  Documentation and comments
     new c37e0db  Use constants for flags
     new cda6ac2  Tidy comments
     new 9de3c37  Merge pull request #31 from sigp/serialisation

The 62 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:
 src/bls381/basic.rs                |   6 +
 src/bls381/core.rs                 | 571 ++++++++++++++++++++++++++++++++++---
 src/bls381/message_augmentation.rs |   6 +
 src/bls381/proof_of_possession.rs  |  78 +++--
 src/errors.rs                      |   4 +
 5 files changed, 590 insertions(+), 75 deletions(-)