kirk-baird opened a new pull request #16: Fix tests URL: https://github.com/apache/incubator-milagro-crypto-rust/pull/16 # Issue Resolved Fixes #15 # Additional Comments - This PR also improves rust styling by changing comments to `//` as opposed to `/* ... */` - Fixes issues from passing small output arrays for `bls24` & `bls48` resulting in an indexing error - `nist521` has a key size 66 bytes but uses a 64 byte hash and thus copying the last two bytes from the hash to the key results in an indexing error (note: the hash size should be increased to reduce biasing) - Changes the `mpin` tests to no longer take user input
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
