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 v0.11.0 #288

Merged
merged 1 commit into from
Apr 29, 2021
Merged

ecdsa v0.11.0 #288

merged 1 commit into from
Apr 29, 2021

Conversation

tarcieri
Copy link
Member

Added

  • FromDigest trait (#238, #244)
  • Wycheproof test vector support (#260)

Changed

  • Use der crate for decoding/encoding signatures (#226, #267)
  • Support HmacDrbg with variable output size (#243)
  • Bump base64ct and pkcs8; MSRV 1.47+ (#262)
  • Flatten and simplify public API (#268)
  • Use verifying_key name consistently (#273)
  • Bound curve implementations on Order trait (#280)
  • Bump elliptic-curve to v0.9.10+; use ScalarBytes (#284)
  • Bump hmac crate dependency to v0.11 (#287)

Removed

  • FieldBytes bounds (#227)
  • CheckSignatureBytes trait (#281)

@codecov-commenter
Copy link

Codecov Report

Merging #288 (086a0c0) into master (d246bcf) will not change coverage.
The diff coverage is n/a.

❗ Current head 086a0c0 differs from pull request most recent head 3d04a58. Consider uploading reports for the commit 3d04a58 to get more accurate results
Impacted file tree graph

@@           Coverage Diff           @@
##           master     #288   +/-   ##
=======================================
  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% <ø> (ø)

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 d246bcf...3d04a58. Read the comment docs.

@tarcieri tarcieri merged commit 17b78e9 into master Apr 29, 2021
@tarcieri tarcieri deleted the ecdsa/v0.11.0 branch April 29, 2021 19:34
tarcieri added a commit to RustCrypto/elliptic-curves that referenced this pull request Apr 29, 2021
tarcieri added a commit to RustCrypto/elliptic-curves that referenced 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