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

k256 v0.10.0 #485

Merged
merged 1 commit into from Dec 14, 2021
Merged

k256 v0.10.0 #485

merged 1 commit into from Dec 14, 2021

Conversation

tarcieri
Copy link
Member

Added

  • Implement Scalar::sqrt (#400)
  • Impl PrimeCurveArithmetic (#415)
  • Impl Reduce<U256> for Scalar (#436)
  • Impl Drop for ecdsa::SigningKey (#449)
  • serde feature (#463, #464)
  • Impl Reduce<U512> for Scalar (#472)
  • Impl ReduceNonZero<U512> for Scalar (#474)
  • Impl LinearCombination trait (#476)

Changed

  • Make ecdsa::Signature::normalize_s non-mutating (#405)
  • Use PrimeCurve trait (#413)
  • Use sec1 crate for EncodedPoint type (#435)
  • Replace ecdsa::hazmat::FromDigest with Reduce (#438)
  • Make FromEncodedPoint return a CtOption (#445)
  • Rust 2021 edition upgrade; MSRV 1.56+ (#453)
  • Bump elliptic-curve crate dependency to v0.11 (#466)
  • Bump ecdsa crate dependency to v0.13 (#467)

Removed

  • force-32-bit feature (#399)
  • field-montgomery feature (#404)
  • Scalar::conditional_add_bit (#431)
  • Deprecated SigningKey::verify_key method (#461)

@tarcieri tarcieri merged commit 8ff2158 into master Dec 14, 2021
@tarcieri tarcieri deleted the k256/v0.10.0 branch December 14, 2021 17:03
tony-iqlusion added a commit to informalsystems/tendermint-rs that referenced this pull request Dec 15, 2021
thanethomson pushed a commit to informalsystems/tendermint-rs that referenced this pull request Dec 15, 2021
thanethomson pushed a commit to informalsystems/tendermint-rs that referenced this pull request Dec 15, 2021
Release notes: RustCrypto/elliptic-curves#485

Signed-off-by: Thane Thomson <connect@thanethomson.com>
thanethomson added a commit to informalsystems/tendermint-rs that referenced this pull request Dec 15, 2021
Release notes: RustCrypto/elliptic-curves#485

Signed-off-by: Thane Thomson <connect@thanethomson.com>

Co-authored-by: Tony Arcieri (iqlusion) <tony@iqlusion.io>
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

1 participant