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

p256: use generic prime order formulas #602

Merged
merged 1 commit into from Jun 12, 2022

Conversation

tarcieri
Copy link
Member

Uses the generic implementation of Renes-Costello-Batina 2015 added to the elliptic-curve crate:

RustCrypto/traits#1022

This is effectively the same changes as #601 made to p384, but for the p256 crate.

Uses the generic implementation of Renes-Costello-Batina 2015 added to
the `elliptic-curve` crate:

RustCrypto/traits#1022

This is effectively the same changes as #601 made to `p384`, but for the
`p256` crate.
@tarcieri tarcieri force-pushed the p256/use-generic-prime-order-formulas branch from a0ccaa4 to f8b7a07 Compare June 12, 2022 14:48
@tarcieri tarcieri merged commit 0e86925 into master Jun 12, 2022
@tarcieri tarcieri deleted the p256/use-generic-prime-order-formulas branch June 12, 2022 15:23
@tarcieri tarcieri mentioned this pull request Jun 12, 2022
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.

None yet

1 participant