👋Cryptography and ZKP research note
This is a rough documentation on protocols and primitives explored during my ZK quest...
Chapter One: ZK fundamentalsChapter Two: Interative and non-interative proofChapter Three: Ploynomial Commitment SchemesChapter Four: Sum Check ProtocolChapter Five: GRK ProtocolChapter Six: Groth16 ProtocolChapter Seven: PLONK ProtocolChapter Eight: PLONK Protocol Extensions
misc:
Sumcheck201 paper noteKeccak hash functionRust Code Implementation for these protocols can be found here;
https://github.com/developeruche/cryptography-n-zk-research
Last updated