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

Use s2n-bignum P-521 scalar multiplication and modular inverse #1879

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

jargh
Copy link
Contributor

@jargh jargh commented Sep 25, 2024

This replaces the general (fresh, not precomputed, point) scalar multiplication with the corresponding function p521_jscalarmul or p521_jscalarmul_alt from s2n-bignum, and also replaces the Fermat inverse in p521.c with the markedly faster and formally verified divstep-based code from s2n-bignum, bignum_inv_p521.

Issues:

Resolves #ISSUE-NUMBER1
Addresses #ISSUE-NUMBER2

Description of changes:

Describe AWS-LC’s current behavior and how your code changes that behavior. If there are no issues this pr is resolving, explain why this change is necessary.

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.

This replaces the general (fresh, not precomputed, point) scalar
multiplication with the corresponding function p521_jscalarmul or
p521_jscalarmul_alt from s2n-bignum, and also replaces the Fermat
inverse in p521.c with the markedly faster and formally verified
divstep-based code from s2n-bignum, bignum_inv_p521.
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.

1 participant