Skip to content

Provide a Group::try_from_rng#59

Merged
str4d merged 1 commit intozkcrypto:release-0.14.0from
baloo:baloo/try_from_rng
Apr 16, 2025
Merged

Provide a Group::try_from_rng#59
str4d merged 1 commit intozkcrypto:release-0.14.0from
baloo:baloo/try_from_rng

Conversation

@baloo
Copy link

@baloo baloo commented Mar 10, 2025

/// this group.
///
/// This function is non-deterministic, and samples from the user-provided RNG.
fn try_from_rng<R: TryRngCore + ?Sized>(rng: &mut R) -> Result<Self, R::Error>;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Having trouble rebasing because the substantive change ended up in a merge commit which doesn't survive rebases.

@str4d str4d force-pushed the baloo/try_from_rng branch from b0d6ea4 to 4456de8 Compare April 16, 2025 15:38
@str4d str4d changed the base branch from main to release-0.14.0 April 16, 2025 15:38
Copy link
Member

@str4d str4d left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

utACK 4456de8

As with #57 (review), this change will need to go through a zkcrypto RFC before we cut the final 0.14.0 release.

@str4d str4d merged commit 94b7e74 into zkcrypto:release-0.14.0 Apr 16, 2025
11 checks passed
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.

2 participants