⚛️PLONK for **mmies

Exploring the PLONK proof protocol from start to finish

PLONK Protocol

This book aims to explain every component of the PLONK protocol, clarify all the mathematics involved, clarify complicated concepts, and more. Structured to accommodate readers who are just interacting with the PLONK protocols and OGs.

Contents

Introduction to the PLONK protocol and 'KZG Universal Trusted setupPlonkish ArithmetizationThe PLONK ProverThe PLONK verifier

Completing these chapters would give you a good understanding of the PLONK protocol, All code (RUST code) implementing this protocol underlining Principle can be found here.

https://github.com/developeruche/cryptography-n-zk-research/tree/main/plonk

Last updated