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

elliptic-curve: add PrimeCurveArithmetic trait; MSRV 1.52+ #739

Merged
merged 1 commit into from
Sep 8, 2021

Conversation

tarcieri
Copy link
Member

@tarcieri tarcieri commented Sep 8, 2021

Adds a trait for elliptic curves with a prime order curve group which bounds on the corresponding traits from group::prime.

@tarcieri tarcieri force-pushed the elliptic-curve/prime-curve-arithmetic branch from 97495fd to 48f18a2 Compare September 8, 2021 03:13
@tarcieri tarcieri changed the title elliptic-curve: add PrimeCurveArithmetic trait elliptic-curve: add PrimeCurveArithmetic trait; MSRV 1.52+ Sep 8, 2021
Adds a trait for elliptic curves with a prime order curve group which
bounds on the corresponding traits from `group::prime`.
@tarcieri tarcieri force-pushed the elliptic-curve/prime-curve-arithmetic branch from 48f18a2 to c71e7b5 Compare September 8, 2021 03:16
@tarcieri tarcieri merged commit 50564e5 into master Sep 8, 2021
@tarcieri tarcieri deleted the elliptic-curve/prime-curve-arithmetic branch September 8, 2021 03:18
tarcieri added a commit to RustCrypto/elliptic-curves that referenced this pull request Sep 8, 2021
Implements the `PrimeCurveArithmetic` trait introduced in
RustCrypto/traits#739.
tarcieri added a commit to RustCrypto/elliptic-curves that referenced this pull request Sep 8, 2021
Implements the `PrimeCurveArithmetic` trait introduced in
RustCrypto/traits#739.
@tarcieri tarcieri mentioned this pull request Nov 20, 2021
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