Skip to content

Release 0.14.0#63

Draft
str4d wants to merge 15 commits intomainfrom
release-0.14.0
Draft

Release 0.14.0#63
str4d wants to merge 15 commits intomainfrom
release-0.14.0

Conversation

@str4d
Copy link
Member

@str4d str4d commented Apr 16, 2025

This is a feature branch; PR is open to track the overall 0.14.0 changes.

tarcieri and others added 11 commits December 30, 2022 10:05
Adds a provided method to the `Group` trait for performing
multiplication by the generator.

The use case is overriding this method in the event that precomputed
scalar multiplication tables are available, which may be conditional
depending on crate features like `alloc` or feature-gated static
precomputed tables.
Co-authored-by: Jack Grigg <thestr4d@gmail.com>
Relax Sized requirements on the rng
Provide a `Group::try_from_rng`
@tcoratger
Copy link

Hey @str4d,

Do we have a target date for this to be merged or is it a long term PR that is not intended to be merged right away?

@tarcieri
Copy link
Contributor

tarcieri commented Feb 1, 2026

#70 updates rand_core to v0.10 which has been a big blocker

This unifies the methods previously exposed by the `PrimeCurveAffine`
and `CofactorCurveAffine` traits. The prime-order and cofactor traits
are now all marker traits, and their affine-specific traits are
automatically derived.
Introduce `CurveAffine` trait
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.

5 participants