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/05 06:39:17 UTC

[incubator-milagro-crypto-rust] 31/44: Merge pull request #16 from sigp/fix-tests

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

commit d9bdc2fd415965e0923c26482a0ef6e9e97bdcd2
Merge: b114050 4a058c3
Author: Kealan McCusker <ke...@gmail.com>
AuthorDate: Tue Mar 31 09:54:09 2020 +0100

    Merge pull request #16 from sigp/fix-tests
    
    Fix tests

 src/big.rs     |  12 ++---
 src/bls.rs     |   1 -
 src/bls192.rs  |   7 ++-
 src/bls256.rs  |   9 ++--
 src/ecdh.rs    |  28 ++++++------
 src/ff.rs      |  10 ++---
 src/fp.rs      |   2 +-
 src/mpin.rs    | 134 ++++++++++++++++++++++++++------------------------------
 src/mpin192.rs | 135 ++++++++++++++++++++++++++-------------------------------
 src/mpin256.rs | 135 ++++++++++++++++++++++++++-------------------------------
 src/nhs.rs     |   2 +-
 11 files changed, 217 insertions(+), 258 deletions(-)