kirk-baird opened a new pull request #13: [WIP] Cleanup tests
URL: https://github.com/apache/incubator-milagro-crypto-rust/pull/13
 
 
   # What has been Changed
   
   The tests have been converted into rust unit test cases.
   
   The tests can now be run generally for each of the different protocols, over 
each curve as and when it is used. 
   
   It also takes advantage of the cargo testing framework which makes running 
and writing new test cases simpler.
   
   To run the tests now simply run
   
   ```
   cargo test --all --all-features
   ```
   
   # Additional Comments
   
   Currently some of the tests are failing and need to be fixed. The failures 
seem to be from issues already existing in the library.
   
   Further changes have been included to fix compiler warnings, including 
changing `bn254CX` to `bn254cx` to match rust style guide.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@milagro.apache.org
For additional commands, e-mail: issues-h...@milagro.apache.org

Reply via email to