aws / aws-lc

AWS-LC is a general-purpose cryptographic library maintained by the AWS Cryptography team for AWS and their customers. It іs based on code from the Google BoringSSL project and the OpenSSL project.
Other
258 stars 105 forks source link

Add point add/dbl to ec_nistp_felem_meth and rename it to ec_nistp_meth #1654

Closed dkostic closed 1 week ago

dkostic commented 1 week ago

Issues:

N/A

Description of changes:

Add point add/dbl to ec_nistp_felem_meth and rename it to ec_nistp_meth.

Call-outs:

Point out areas that need special attention or support during the review process. Discuss architecture or design changes.

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.

codecov-commenter commented 1 week ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Please upload report for BASE (main@6a949d8). Learn more about missing BASE report. Report is 10 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1654 +/- ## ======================================= Coverage ? 78.21% ======================================= Files ? 566 Lines ? 95175 Branches ? 13661 ======================================= Hits ? 74443 Misses ? 20137 Partials ? 595 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.