Batch Univariate KZG Polynomial Commitment Scheme

This very similar to the standard univariate polynomial commitment scheme but this time optimized for batch commitment and batch verification.

Rust Implmention:

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

Last updated