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

dense_mlpoly.rs: Fix manipulation of evaluation vector Z by bound functions #73

Merged
merged 1 commit into from
Sep 30, 2024

Conversation

asn-d6
Copy link
Contributor

@asn-d6 asn-d6 commented Sep 24, 2024

The bound functions were folding the Z vector on itself but were not actually truncating it (even though they were changing self.len).

Hence, if you called a bound function and then evaluate() it would assert because evaluate() checks the size of the Z vector.

(PR copied from nexus-xyz/nexus-zkvm#283)

@srinathsetty srinathsetty merged commit f65cbea into microsoft:master Sep 30, 2024
3 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