Expand description
Inner product argument polynomial commitment scheme and accumulation scheme. The notations are following https://eprint.iacr.org/2020/499.pdf.
Structsยง
- Verifier of multi-open inner product argument. It is for the implementation in
halo2_proofs
, which is previously https://eprint.iacr.org/2019/1021 . - Structured proof of
Bgh19
. - Inner product argument polynomial commitment scheme.
- Inner product argument accumulator.
- Inner product argument accumulation scheme. The second generic
MOS
stands for different kind of multi-open scheme. - Inner product argument accumulation scheme proof.
- Inner product argument deciding key.
- Inner product argument
- Inner product argument proving key.
- Inner product argument succinct verifying key.