mirror of
https://github.com/arnaucube/hyperplonk.git
synced 2026-01-11 16:41:28 +01:00
Multilinear PCS open refactor (#113)
* cherry-pick the commit and fix clippy * fix multi-open test * fix srs_gen test
This commit is contained in:
@@ -567,7 +567,7 @@ where
|
||||
|
||||
// check public evaluation
|
||||
let pi_step = start_timer!(|| "check public evaluation");
|
||||
let pi_poly = DenseMultilinearExtension::from_evaluations_slice(ell as usize, pub_input);
|
||||
let pi_poly = DenseMultilinearExtension::from_evaluations_slice(ell, pub_input);
|
||||
let expect_pi_eval = evaluate_opt(&pi_poly, &r_pi[..]);
|
||||
if expect_pi_eval != *pi_eval {
|
||||
return Err(HyperPlonkErrors::InvalidProver(format!(
|
||||
|
||||
Reference in New Issue
Block a user