Protocol: Recursive SNARKs based on Plonk and Halo
The Polygon (formerly Mir) team has been quietly working on recursive ZK proofs for almost two years. In 2020, they were the first to implement recursive proofs based on PLONK and Halo.
In 2021, the team set an ambitious goal: sub-second recursive proofs. They built plonky2, a carefully optimized proving system based on PLONK and FRI.
Protocol: Recursive SNARKs based on Plonk and Halo
Plonky is a prototype implementation of recursive arguments. It is loosely based on PLONK, with a few customizations:
The Mir team has been quietly working on recursive ZK proofs for almost two years. In 2020, they were the first to implement recursive proofs based on PLONK and Halo.
Disclaimer
This code has not been thoroughly reviewed or tested, and should not be used in any production systems.
Protocol: Recursive SNARKs based on Plonk and Halo