arkworks-rs / poly-commit

A Rust library for polynomial commitments
Apache License 2.0
307 stars 121 forks source link

Challenge generator should absorb commitments before squeezing during batching operations #140

Open mmagician opened 5 months ago

mmagician commented 5 months ago

As per the discussion in https://github.com/arkworks-rs/poly-commit/pull/139

Pratyush commented 5 months ago

Not only commitments, but also the evaluation points, the evaluations, and the proofs.

(This is in the context of batch verification of two different proofs.)

mratsim commented 3 weeks ago

This paper reviewed in-depth transcript implementation failures: