pub fn batch_verify<F, Challenger>(
claims: impl IntoIterator<Item = GrandProductClaim<F>>,
proof: GrandProductBatchProof<F>,
challenger: Challenger,
) -> Result<Vec<EvalcheckMultilinearClaim<F>>, Error>
Expand description
Verifies batch reduction turning each GrandProductClaim into an EvalcheckMultilinearClaim