nmajid2 opened a new issue, #102: URL: https://github.com/apache/incubator-milagro-crypto-c/issues/102
## Goal As stated in [paper](https://link.springer.com/content/pdf/10.1007/3-540-48910-X_16.pdf), we only need to select r < n. In the existing code, r is sampled from n^2 and then raised to n mod n^2. Thus, the goal is to pick r from n. ## Acceptance criteria 1. Code is commented 2. Tests pass with more than 80% test coverage 3. Static analysis should pass 4. Code should be reviewed by two engineers -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
