Open dkostic opened 2 days ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 78.89%. Comparing base (
ab8953b
) to head (12c1aec
). Report is 2 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
🚨 Try these New Features:
Issues:
CryptoAlg-2545
Description of changes:
Added unified scalar_mul_public implemented in ec_nistp. This is a refactor of the algorithm in p384.c and p521.c that makes it generic. The implementations in p384.c, p521.c, as well as in p256.c, are substituted with this new unified implementation.
Call-outs:
Builds on top of #2003
Testing:
How is this change tested (unit tests, fuzz tests, etc.)? Are there any testing steps to be verified by the reviewer?
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license and the ISC license.