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: bump elliptic-curve to v0.9.10; use ScalarBytes #284

Merged
merged 1 commit into from
Apr 21, 2021

Conversation

tarcieri
Copy link
Member

Bumps the elliptic-curve crate dependency to v0.9.10, and uses the newly added ScalarBytes type to impl TryFrom<&[u8]> for Signature<C>

Bumps the `elliptic-curve` crate dependency to v0.9.10, and uses the
newly added `ScalarBytes` type to `impl TryFrom<&[u8]> for Signature<C>`
@codecov-commenter
Copy link

Codecov Report

Merging #284 (83ec79a) into master (f1f0e57) will not change coverage.
The diff coverage is 100.00%.

❗ Current head 83ec79a differs from pull request most recent head 304b72f. Consider uploading reports for the commit 304b72f to get more accurate results
Impacted file tree graph

@@           Coverage Diff           @@
##           master     #284   +/-   ##
=======================================
  Coverage   55.29%   55.29%           
=======================================
  Files           9        9           
  Lines         293      293           
=======================================
  Hits          162      162           
  Misses        131      131           
Impacted Files Coverage Δ
ecdsa/src/lib.rs 44.00% <100.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 f1f0e57...304b72f. Read the comment docs.

@tarcieri tarcieri merged commit 66de130 into master Apr 21, 2021
@tarcieri tarcieri deleted the elliptic-curve/v0.9.10 branch April 21, 2021 22:14
@tarcieri tarcieri mentioned this pull request Apr 29, 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