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

elliptic-curve v0.11.0 #821

Merged
merged 1 commit into from
Nov 20, 2021
Merged

elliptic-curve v0.11.0 #821

merged 1 commit into from
Nov 20, 2021

Conversation

tarcieri
Copy link
Member

Added

  • ScalarCore<C> type (#732)
  • PrimeCurveArithmetic trait (#739)
  • SEC1 private key support (#762)
  • Reduce trait (#768)
  • Re-export ff and PrimeField (#796)
  • Encoding bound on Curve::UInt (#806)
  • scalar::IsHigh trait (#814, #815)
  • Neg impl for NonZeroScalar<C> (#816)
  • AffineXCoordinate trait (#817)
  • serde support for scalar and PublicKey types (#818)

Changed

  • Bump ff + group to v0.11 (#730)
  • Make SecretKey::to_jwk_string self-zeroizing (#742)
  • Use sec1 crate's EncodedPoint (#771)
  • Make FromEncodedPoint return a CtOption (#782)
  • Rust 2021 edition upgrade; MSRV to 1.56 (#795)
  • Bump crypto-bigint dependency to v0.3 (#807)
  • Use sec1 crate for pkcs8 support (#809)
  • Bump spki dependency to v0.5 release (#810)
  • NonZeroScalar is now bounded on ScalarArithmetic instead of
    ProjectiveArithmetic (#812)

Fixed

  • Zeroize impl on NonZeroScalar (#785)

@tarcieri tarcieri merged commit 2b92d86 into master Nov 20, 2021
@tarcieri tarcieri deleted the elliptic-curve/v0.11.0 branch November 20, 2021 14:48
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