kirk-baird opened a new pull request #36:
URL: https://github.com/apache/incubator-milagro-crypto-rust/pull/36


   # What has been done
   
   Fuzz targets for BLS12-381 serialisation have been added to ensure there are 
no panics in the serialization functions.
   
   Fuzzers can be run as follows (e.g. for `bls381_deserialize_g1`)
   ```
   cargo fuzz run bls381_deserialize_g1
   ```
   
   Note it must be run in nightly (`rustup default nightly`).


----------------------------------------------------------------
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



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

Reply via email to