Skip to main content

Plonk Arithmetization

Definition

Plonk Arithmetization is a specific method of transforming a computational problem into a polynomial representation suitable for the PLONK zero-knowledge proof system. This technique translates the operations within a program into a set of polynomial equations that can be efficiently checked for correctness. It is a key step in enabling the generation of succinct proofs for arbitrary computations. The efficiency of this arithmetization directly impacts the performance of the PLONK prover and verifier.