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/03/31 08:54:42 UTC

[incubator-milagro-crypto-rust] 27/31: Merge pull request #13 from sigp/cleanup-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 b1140508dc0c60ec540f02c72a73cf80cc2982bd
Merge: e63b8f3 cd3c739
Author: Kealan McCusker <ke...@gmail.com>
AuthorDate: Wed Mar 25 08:19:56 2020 +0000

    Merge pull request #13 from sigp/cleanup-tests
    
    [WIP] Cleanup tests

 Cargo.toml                                        |    4 +-
 TestALL.rs                                        | 1459 --------------------
 TestBLS.rs                                        |  190 ---
 TestNHS.rs                                        |   77 --
 readme.md                                         |   33 +-
 src/bls.rs                                        |   40 +-
 src/bls192.rs                                     |   38 +
 src/bls256.rs                                     |   38 +
 src/ecdh.rs                                       |  156 +++
 src/ecp.rs                                        |    2 +-
 src/gcm.rs                                        |    2 -
 src/lib.rs                                        |   11 +-
 src/mpin.rs                                       |  226 +++-
 src/mpin192.rs                                    |  227 +++-
 src/mpin256.rs                                    |  227 +++-
 src/nhs.rs                                        |   50 +
 src/roms/{rom_bn254CX_32.rs => rom_bn254cx_32.rs} |    6 +-
 src/roms/{rom_bn254CX_64.rs => rom_bn254cx_64.rs} |    6 +-
 src/rsa.rs                                        |   71 +
 src/test_utils/mod.rs                             |   21 +
 tests/test_all.rs                                 | 1473 ---------------------
 tests/test_bls.rs                                 |  190 ---
 tests/test_nhs.rs                                 |   71 -
 23 files changed, 1131 insertions(+), 3487 deletions(-)