pasta_curves-source/book/src/design/proving-system/inner-product.md
str4d 0a2fb4781d
book: Small changes from review
Co-authored-by: Daira Hopwood <daira@jacaranda.org>
2021-02-13 03:43:35 +13:00

427 B

Inner product argument

Halo 2 uses a polynomial commitment scheme for which we can create polynomial commitment opening proofs, based around the Inner Product Argument.

TODO: Explain Halo 2's variant of the IPA.

It is very similar to \text{PC}_\text{DL}.\text{Open} from Appendix A.2 of BCMS20. See this comparison for details.