Expand description
Verifiers for polynomial commitment schemes.
Modules§
- Inner product argument polynomial commitment scheme and accumulation scheme. The notations are following https://eprint.iacr.org/2020/499.pdf.
- KZG polynomial commitment scheme and accumulation scheme.
Structs§
- Query to an oracle. It assumes all queries are based on the same point, but with some
shift
.
Traits§
- Accumulation scheme decider. When accumulation is going to end, the decider will perform the check if the final accumulator is valid or not, where the check is usually much more expensive than accumulation verification.
- Accumulation scheme verifier.
- Accumulation scheme prover.
- Accumulator encoding.
- Polynomial commitment scheme verifier.