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.6.0 #302

Merged
merged 1 commit into from
Sep 11, 2020
Merged

elliptic-curve v0.6.0 #302

merged 1 commit into from
Sep 11, 2020

Conversation

tarcieri
Copy link
Member

Added

  • arithmetic feature (#293)
  • Generic curve/field arithmetic using the ff and group crates (#287, #291, #292)
  • sec1::Coordinates (#286)
  • weierstrass::point::Compression trait (#283, #300)
  • Arithmetic helper functions (#281)
  • digest feature and FromDigest trait (#279)
  • impl Deref for NonZeroScalar (#278)
  • Conditionally impl Invert for NonZeroScalar (#277)
  • NonZeroScalar::to_bytes (#276)
  • EncodedPoint::decompress (#275)
  • sec1::Tag (#270)
  • weierstrass::point::Decompress trait (#266)
  • alloc feature + EncodedPoint::to_bytes() (#265)

Changed

  • Renamed Arithmetic trait to point::ProjectiveArithmetic (#300)
  • Replaced Arithmetic::Scalar and Arithmetic::AffinePoint with Scalar<C> and AffinePoint<C> (#300)
  • Made SecretKey<C> inner type generic (#297)
  • Renamed ElementBytes<C> to FieldBytes<C> (#296)
  • MSRV 1.44 (#292)
  • Minimum subtle version now v2.3 (#290)
  • Renamed Curve::ElementSize to ::FieldSize (#282)
  • Refactor PublicKey into sec1::EncodedPoint (#264)

Removed

  • FromBytes trait (#300)
  • Generate trait (#295)

@tarcieri tarcieri merged commit 79b714c into master Sep 11, 2020
@tarcieri tarcieri deleted the elliptic-curve/v0.6.0 branch September 11, 2020 19:48
tarcieri added a commit to RustCrypto/signatures that referenced this pull request Sep 11, 2020
tarcieri added a commit to RustCrypto/signatures that referenced this pull request Sep 11, 2020
tarcieri added a commit to RustCrypto/elliptic-curves that referenced this pull request Sep 11, 2020
tarcieri added a commit to RustCrypto/elliptic-curves that referenced this pull request Sep 11, 2020
@tarcieri tarcieri mentioned this pull request Sep 25, 2020
dns2utf8 pushed a commit to dns2utf8/traits that referenced this pull request Jan 24, 2023
Bumps [rayon](https://github.com/rayon-rs/rayon) from 1.5.2 to 1.5.3.
- [Release notes](https://github.com/rayon-rs/rayon/releases)
- [Changelog](https://github.com/rayon-rs/rayon/blob/master/RELEASES.md)
- [Commits](rayon-rs/rayon@v1.5.2...v1.5.3)

---
updated-dependencies:
- dependency-name: rayon
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant