refactor permcheck

This commit is contained in:
Charles Chen
2022-11-09 15:47:53 -05:00
committed by chancharles92
parent d6674351c1
commit 5e782910d4
5 changed files with 187 additions and 101 deletions

View File

@@ -244,9 +244,9 @@ where
let (perm_check_proof, prod_x) = <Self as PermutationCheck<E, PCS>>::prove(
&pk.pcs_param,
&w_merged,
&w_merged,
&pk.permutation_oracle,
&[w_merged.clone()],
&[w_merged.clone()],
&[pk.permutation_oracle.clone()],
&mut transcript,
)?;
let perm_check_point = &perm_check_proof.zero_check_proof.point;