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 newly refactored sec1::EncodedPoint #131

Merged
merged 1 commit into from Aug 24, 2020

Conversation

tarcieri
Copy link
Member

Uses the new sec1::EncodedPoint type introduced in RustCrypto/traits#264

Uses the new `sec1::EncodedPoint` type introduced in
RustCrypto/traits#264
@codecov-commenter
Copy link

Codecov Report

Merging #131 into master will not change coverage.
The diff coverage is 0.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #131   +/-   ##
=======================================
  Coverage   43.37%   43.37%           
=======================================
  Files           6        6           
  Lines         219      219           
=======================================
  Hits           95       95           
  Misses        124      124           
Impacted Files Coverage Δ
ecdsa/src/lib.rs 47.61% <ø> (ø)
ecdsa/src/verifier.rs 0.00% <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 bcb96b0...d8a5eb4. Read the comment docs.

@tarcieri tarcieri merged commit ae1062a into master Aug 24, 2020
@tarcieri tarcieri deleted the ecdsa/sec1-encoded-point branch August 24, 2020 16:25
@tarcieri tarcieri mentioned this pull request Sep 11, 2020
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

2 participants