aadomnqredo opened a new pull request, #116: URL: https://github.com/apache/incubator-milagro-crypto-c/pull/116
## BLS The previous implementation of the BLS signature scheme was not fully compliant with the [IETF RFC draft](https://datatracker.ietf.org/doc/draft-irtf-cfrg-bls-signature/). To address this concern, a new implementation is provided in the files `bls_ietf.*`. Note that the previous BLS implementation has not been removed yet for backward compatibility reasons. ## General code improvements The code has been improved in many ways after a tedious review. For instance `const` qualifiers have been added to some function input parameters, readability has been improved by declaring a single variable per line, efforts have been made to reduce functions' cognitive complexity, etc... Closes #106, closes #107, closes #108, closes #109, closes #110, closes #111, closes #112 -- 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]
