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.13.0 #411

Merged
merged 1 commit into from
Nov 21, 2021
Merged

ecdsa v0.13.0 #411

merged 1 commit into from
Nov 21, 2021

Conversation

tarcieri
Copy link
Member

Added

  • RecoveryId type (#392)
  • Default generic impl of SignPrimitive::try_sign_prehashed (#396)
  • Default generic impl of VerifyPrimitive::verify_prehashed (#397)
  • serde support (#406)

Changed

  • Make Signature::normalize_s non-mutating (#355)
  • Switch from ScalarBytes<C> to ScalarCore<C> (#356)
  • Use PrimeCurve trait (#357)
  • Replace FromDigest trait with Reduce (#372)
  • 2021 edition upgrade; MSRV 1.56 (#384)
  • Allow signature v1.4 as a dependency (#385)
  • Bump der dependency to v0.5 (#408)
  • Bump elliptic-curve dependency to v0.11 (#408)
  • Split out rfc6979 crate (#409)

Removed

  • NormalizeLow trait (#393)
  • RecoverableSignPrimitive (#394)

@tarcieri tarcieri merged commit ff2db6b into master Nov 21, 2021
@tarcieri tarcieri deleted the ecdsa/v0.13.0 branch November 21, 2021 19:14
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.

1 participant