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.7.0 #125

Merged
merged 1 commit into from
Aug 11, 2020
Merged

ecdsa v0.7.0 #125

merged 1 commit into from
Aug 11, 2020

Conversation

tarcieri
Copy link
Member

@tarcieri tarcieri commented Aug 11, 2020

Added

  • hazmat traits: SignPrimitive, RecoverableSignPrimitive, VerifyPrimitive, DigestPrimitive (#96, #99, #107, #111)
  • dev module (#103)
  • NormalizeLow trait (#115, #118, #119)
  • Copy impl on Signature (#117)
  • RecoverableSignPrimitive (#120)

Changed

  • Bumped elliptic-curve crate to v0.5 release (#123)
  • Renamed FixedSignature to ecdsa::Signature (#98)
  • Renamed Asn1Signature to ecdsa::asn1::Signature (#98, #102)

Removed

  • Curve-specific types - migrated to k256, p256, p384 crates (#96)

@codecov-commenter
Copy link

codecov-commenter commented Aug 11, 2020

Codecov Report

Merging #125 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

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

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 8830e61...50994d5. Read the comment docs.

@tarcieri tarcieri merged commit 92bd0cb into master Aug 11, 2020
@tarcieri tarcieri deleted the ecdsa/v0.7.0 branch August 11, 2020 00:12
tarcieri added a commit to RustCrypto/elliptic-curves that referenced this pull request Aug 11, 2020
Release notes:

- `elliptic-curve` v0.5.0: RustCrypto/traits#254
- `ecdsa` v0.7.0: RustCrypto/signatures#125
tarcieri added a commit to RustCrypto/elliptic-curves that referenced this pull request Aug 11, 2020
Release notes:

- `elliptic-curve` v0.5.0: RustCrypto/traits#254
- `ecdsa` v0.7.0: RustCrypto/signatures#125
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