49 verify validity of subclaims in plonk verification (#51)

This commit is contained in:
zhenfei
2022-08-09 12:40:28 -04:00
committed by GitHub
parent a6ea6ac26b
commit 066c370b3c
9 changed files with 342 additions and 144 deletions

View File

@@ -242,7 +242,7 @@ pub(super) fn batch_verify_internal<E: PairingEngine>(
uni_verifier_param,
&batch_proof.q_x_commit,
&domain.element(i),
&value,
value,
&batch_proof.q_x_opens[i],
)? {
#[cfg(debug_assertion)]