Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[EC] ec_nistp P-256 C scalar_mul_{base|public} #2033

Merged
merged 1 commit into from
Dec 23, 2024

Conversation

dkostic
Copy link
Contributor

@dkostic dkostic commented Dec 5, 2024

Issues:

N/A

Description of changes:

Use ec_nistp implementation for P-256 C code.
Update make_tables.go to generate the base point
table in the same way as for P-384 and P-521.

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.

@dkostic dkostic requested a review from a team as a code owner December 5, 2024 00:07
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 78.65%. Comparing base (4dbc48d) to head (9ab267d).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2033      +/-   ##
==========================================
- Coverage   78.68%   78.65%   -0.03%     
==========================================
  Files         598      598              
  Lines      103347   103253      -94     
  Branches    14691    14677      -14     
==========================================
- Hits        81319    81216     -103     
- Misses      21375    21385      +10     
+ Partials      653      652       -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@@ -17,9 +17,9 @@
// |----------------------------|
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can remove this tracking table now?
Can be follow-up.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

will do, thanks!

@dkostic dkostic merged commit acf5220 into aws:main Dec 23, 2024
121 of 122 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants