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 0104d60 Merge pull request #8 from kirk-baird/bn256CX-bug
new 570e3d3 Fix tests and benchmarks
new f72e294 Remove binaries
new 6c0f198 Update .gitignore to exclude test and bench binaries
new de19822 Duplicate tests in cargo test
new f54d090 Merge pull request #9 from kirk-baird/test-improvements
The 18 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:
.gitignore | 4 ++
BenchtestALL.rs | 73 +++++++++++++++++-----------------
TestALL.rs | 6 +--
readme.md | 2 +-
TestALL.rs => tests/test_all.rs | 86 ++++++++++++++++++++++++-----------------
TestBLS.rs => tests/test_bls.rs | 58 +++++++++++++--------------
tests/test_nhs.rs | 71 ++++++++++++++++++++++++++++++++++
7 files changed, 193 insertions(+), 107 deletions(-)
copy TestALL.rs => tests/test_all.rs (98%)
copy TestBLS.rs => tests/test_bls.rs (88%)
create mode 100644 tests/test_nhs.rs