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

ecdsa: use PrimeCurve trait #357

Merged
merged 1 commit into from
Sep 8, 2021
Merged

ecdsa: use PrimeCurve trait #357

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.

Switches from `weierstrass::Curve` to the `PrimeCurve` trait added in
RustCrypto/traits#737.
@codecov-commenter
Copy link

Codecov Report

Merging #357 (7e2a98e) into master (5961aaa) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #357   +/-   ##
=======================================
  Coverage   53.65%   53.65%           
=======================================
  Files           9        9           
  Lines         328      328           
=======================================
  Hits          176      176           
  Misses        152      152           
Impacted Files Coverage Δ
ecdsa/src/der.rs 81.33% <ø> (ø)
ecdsa/src/hazmat.rs 0.00% <ø> (ø)
ecdsa/src/lib.rs 37.50% <ø> (ø)
ecdsa/src/rfc6979.rs 95.00% <ø> (ø)
ecdsa/src/sign.rs 0.00% <ø> (ø)
ecdsa/src/verify.rs 0.00% <ø> (ø)

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 5961aaa...7e2a98e. Read the comment docs.

@tarcieri tarcieri merged commit 2d8b598 into master Sep 8, 2021
@tarcieri tarcieri deleted the ecdsa/prime-curve-trait branch September 8, 2021 02:03
@tarcieri tarcieri mentioned this pull request Nov 21, 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