aadomn opened a new issue, #109: URL: https://github.com/apache/incubator-milagro-crypto-c/issues/109
# Goal To calculate a signature over a message using BLS, we need to transform the message from its byte string format into an elliptic curve point. In AMCL, this is currently done using the 'try-and-increment' method which does not run in constant-time and is not compliant with the [corresponding Internet-Draft](https://datatracker.ietf.org/doc/html/draft-irtf-cfrg-bls-signature-05#ref-ZCash). # Resources [Draft RFC BLS](https://www.ietf.org/archive/id/draft-irtf-cfrg-bls-signature-05.txt) # Acceptance criteria 1. Well documented code 2. The tests pass with 80% coverage 3. Clean sonarqube report 4. Review by at least 2 team members -- 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]
