apache / incubator-milagro-crypto-rust

Apache Milagro Crypto Library - Rust Version
https://milagro.apache.org/
Apache License 2.0
31 stars 19 forks source link

Failing Tests #15

Closed kirk-baird closed 4 years ago

kirk-baird commented 4 years ago

What is the issue?

Currently the following tests are failing:

test bls24::bls192::tests::test_bls ... FAILED
test bls48::bls256::tests::test_bls ... FAILED
test nist521::ecdh::tests::test_ecdh ... FAILED

Note: they are all failing for index out of bounds errors in different locations.

Steps to Resolve

a) Workout why these tests are failing b) Make required changes to fix these