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

Add missing UniformRand trait bound to GroupAffine #338

Merged
merged 4 commits into from
Oct 26, 2021

Conversation

CPerezz
Copy link
Contributor

@CPerezz CPerezz commented Oct 23, 2021

With that we satisfy UniformRand trait bound for AffineCurve being
able to generate random Affine points.

Resolves: #331

CPerezz and others added 4 commits October 23, 2021 12:11
With that we satisfy `UniformRand` trait bound for `AffineCurve` being
able to generate random Affine points.

Resolves: arkworks-rs#331
@Pratyush
Copy link
Member

Closes #331

@Pratyush Pratyush merged commit 98f43af into arkworks-rs:master Oct 26, 2021
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.

[ark-ec] UniformRand trait bound for AffineCurve missing
2 participants