Expand description
KZG polynomial commitment scheme and accumulation scheme.
Structs§
- Verifier of multi-open KZG. It is for the SHPLONK implementation in
halo2_proofs
. Notations are following https://eprint.iacr.org/2020/081. - Structured proof of
Bdfg21
. - Verifier of multi-open KZG. It is for the GWC implementation in
halo2_proofs
. Notations are following https://eprint.iacr.org/2019/953.pdf. - Structured proof of
Gwc19
. - KZG accumulator, containing lhs G1 and rhs G1 of pairing.
- KZG accumulation scheme. The second generic
MOS
stands for different kind of multi-open scheme. - KZG accumulation scheme proving key.
- KZG accumulation scheme verifying key.
- KZG deciding key.
- KZG succinct verifying key.
AccumulatorEncoding
that encodesAccumulator
into limbs.
Traits§
- Instructions to encode/decode a elliptic curve point into/from limbs.