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 PrimeCurve trait #413

Merged
merged 1 commit into from
Sep 8, 2021
Merged

Use PrimeCurve trait #413

merged 1 commit into from
Sep 8, 2021

Conversation

tarcieri
Copy link
Member

@tarcieri tarcieri commented Sep 8, 2021

Switches from weierstrass::Curve to the PrimeCurve trait added in RustCrypto/traits#737.

@codecov-commenter
Copy link

codecov-commenter commented Sep 8, 2021

Codecov Report

Merging #413 (0db42f0) into master (75bfa19) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #413   +/-   ##
=======================================
  Coverage   62.55%   62.55%           
=======================================
  Files          28       28           
  Lines        3974     3974           
=======================================
  Hits         2486     2486           
  Misses       1488     1488           
Impacted Files Coverage Δ
k256/src/arithmetic/affine.rs 78.70% <ø> (ø)
k256/src/ecdsa/recoverable.rs 59.72% <ø> (ø)
p256/src/arithmetic/affine.rs 86.66% <ø> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 75bfa19...0db42f0. Read the comment docs.

Switches from `weierstrass::Curve` to the `PrimeCurve` trait added in
RustCrypto/traits#737.
@tarcieri tarcieri merged commit 7b7adb9 into master Sep 8, 2021
@tarcieri tarcieri deleted the prime-curve-trait branch September 8, 2021 02:19
This was referenced Dec 14, 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.

2 participants