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 barycentric evaluation circuit #1118

Closed
wants to merge 42 commits into from
Closed

Add barycentric evaluation circuit #1118

wants to merge 42 commits into from

Conversation

z2trillion
Copy link
Member

No description provided.

@dongliangCai
Copy link

Is context finalize missing after barycentric assign?

.assign(&mut context, [Scalar::one(); 4096], Scalar::from(2));

@z2trillion
Copy link
Member Author

Is context finalize missing after barycentric assign?

.assign(&mut context, [Scalar::one(); 4096], Scalar::from(2));

Yes, it was. This should be fixed now that the range config is shared between the base field and barycentric configs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants