Univariate KZG Polynomial Commitment Scheme

Exploring KZG polynomial commitment scheme over a univariate polynomial.

This is my favorite resource for understanding the Univariate KZG commitment scheme.

KZG in Practice: Polynomial Commitment Schemes and Their Usage in Scaling Ethereum - Scroll

KZG Commitment Scheme | Scroll Documentation

With this resource you should be able to attempt building KZG poly-commit-scheme!

Rust Implementation:

https://github.com/developeruche/cryptography-n-zk-research/blob/main/polynomial-commitment-schemes/kzg-rust/src/univariate/mod.rs

Last updated