KZG Proofs
Generate and verify cryptographic proofs that a polynomial evaluates to a specific value at a given point.Overview
KZG proofs enable provingp(z) = y where:
p(x)is the polynomial representing the blobzis the evaluation point (32 bytes)yis the claimed value (32 bytes)- Proof is 48 bytes
Compute Proof
- Standard API
- Factory API
Verify Proof
- Standard API
- Factory API
Blob Proof Verification
Optimized verification for blob-commitment pairs:- Standard API
- Factory API
Batch Verification
Verify multiple proofs efficiently:- Standard API
- Factory API

