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

Infallible div by vanishing poly #850

Merged
merged 2 commits into from
Aug 13, 2024

Conversation

davxy
Copy link
Contributor

@davxy davxy commented Aug 11, 2024

As it can't fail maybe is not worth returning an Option. Saves some "dummy" unwraps in downstream


This trivially changes the interface, I'm not sure if is really worth mentioning in Changelog

@davxy davxy requested review from a team as code owners August 11, 2024 13:47
@davxy davxy requested review from z-tech, mmagician and weikengchen and removed request for a team August 11, 2024 13:47
@weikengchen
Copy link
Member

I agree with the change in that, throughout the entire arkworks org, we do always unwrap it. The logic seems to hold even if domain_size = 0.

@Pratyush Pratyush added this pull request to the merge queue Aug 13, 2024
Merged via the queue into arkworks-rs:master with commit 273bf21 Aug 13, 2024
37 checks passed
@davxy davxy deleted the infallible-div-by-vanishing-poly branch August 20, 2024 09:00
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.

3 participants