We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
actual_sum
libiop/libiop/protocols/encoded/sumcheck/sumcheck.tcc
Lines 367 to 381 in a2ed2ec
Here, actual_sum should be g[0] * this->summation_domain_size instead of g[0]. Please see https://github.com/arkworks-rs/bcs/blob/2ddd1db3838cbf393a8d8d7eafe6a004aa584c61/sumcheck/src/util.rs#L16-L27 for a possible fix
g[0] * this->summation_domain_size
g[0]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
libiop/libiop/protocols/encoded/sumcheck/sumcheck.tcc
Lines 367 to 381 in a2ed2ec
Here,
actual_sum
should beg[0] * this->summation_domain_size
instead ofg[0]
.Please see https://github.com/arkworks-rs/bcs/blob/2ddd1db3838cbf393a8d8d7eafe6a004aa584c61/sumcheck/src/util.rs#L16-L27 for a possible fix
The text was updated successfully, but these errors were encountered: