Skip to content

Bump group from 0.13.0 to 0.14.0#190

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/group-0.14.0
Open

Bump group from 0.13.0 to 0.14.0#190
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/group-0.14.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 24, 2026

Copy link
Copy Markdown
Contributor

Bumps group from 0.13.0 to 0.14.0.

Changelog

Sourced from group's changelog.

[0.14.0] - 2026-06-01

Added

  • group::CurveAffine, an affine-representation trait that the curve-specific affine traits are now built on top of.
  • group::Group::mul_by_generator, with a default implementation. Implementors can override it to take advantage of precomputed tables.
  • group::Group::try_random<R: TryRng + ?Sized>(rng: &mut R) -> Result<Self, R::Error>, a new trait method that must be implemented by downstreams. It samples a non-identity group element using a fallible RNG and propagates the RNG's error.

Changed

  • MSRV is now 1.85.0.
  • Bumped dependencies to ff 0.14, rand_core 0.10.
  • group::Group::random(rng: impl RngCore) -> Self has been changed to Group::random<R: Rng + ?Sized>(rng: &mut R) -> Self, to enable passing a trait object as the RNG. It now has a default implementation in terms of Group::try_random.
  • The curve-related traits have been refactored around the new CurveAffine trait:
    • group::Curve::AffineRepr has been renamed to Curve::Affine.
    • All of the trait methods and associated types on the following traits have been removed (use group::Curve::Affine or the group::CurveAffine trait instead; trait implementors must implement group::CurveAffine instead using the same logic):
      • group::cofactor::CofactorCurve
      • group::cofactor::CofactorCurveAffine
      • group::prime::PrimeCurve
      • group::prime::PrimeCurveAffine
    • group::cofactor::CofactorCurveAffine and group::prime::PrimeCurveAffine now have blanket implementations for all types C: group::CurveAffine where C::Curve implements CofactorCurve or PrimeCurve respectively.
Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Jun 24, 2026
@dependabot
dependabot Bot force-pushed the dependabot/cargo/group-0.14.0 branch from b92ec4a to ff9da1d Compare July 10, 2026 14:58
Bumps [group](https://github.com/zkcrypto/group) from 0.13.0 to 0.14.0.
- [Changelog](https://github.com/zkcrypto/group/blob/main/CHANGELOG.md)
- [Commits](https://github.com/zkcrypto/group/commits/0.14.0)

---
updated-dependencies:
- dependency-name: group
  dependency-version: 0.14.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/cargo/group-0.14.0 branch from ff9da1d to 1cbff59 Compare July 12, 2026 10:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants