What are Kate commitments? Why are we suddenly using them here?
Print
Created by: Mayank Singhal
Modified on: Mon, 6 Jun, 2022 at 6:06 PM
Kate commitments, introduced by Aniket Kate, Gregory M. Zaverucha, and Ian Goldberg in 2010, provided a way to commit to polynomials in a succinct manner. Recently, polynomial commitments came to the forefront, being used primarily as vector commitments in PLONK like ZK constructions.
In our construction, we use Kate's commitments due to the following features:
It allows us to commit to values in a succinct manner to be kept inside the block header.
Short openings are possible which helps a light client verify availability.
The cryptographic binding property helps us avoid fraud proofs by making it computationally infeasible to produce wrong commitments.
Mayank is the author of this solution article.
Did you find it helpful?
Yes
No
Send feedback Sorry we couldn't be helpful. Help us improve this article with your feedback.