Skip to content

elliptic-curve v0.6.0#302

Merged
tarcieri merged 1 commit into
masterfrom
elliptic-curve/v0.6.0
Sep 11, 2020
Merged

elliptic-curve v0.6.0#302
tarcieri merged 1 commit into
masterfrom
elliptic-curve/v0.6.0

Conversation

@tarcieri

Copy link
Copy Markdown
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>
scv35 added a commit to scv35/Signature-algorithms that referenced this pull request Jul 4, 2025
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.

1 participant