The Architecture of Verifiable Secrets
by particle
A comprehensive guide to Zero-Knowledge Proofs, covering:
- Foundations: polynomials, sum-check protocol, multilinear extensions
- Core protocols: GKR, polynomial commitments, FRI
- SNARK systems: Groth16, PLONK, STARKs
- Zero-knowledge techniques and optimizations
- Advanced topics: recursion, composition, practical considerations
- PDF: Download zkBook.pdf
- EPUB: Download zkBook.epub
- Online: Read online
cd compile
./build-pdf.sh # Build PDF
./build-epub.sh # Build EPUBRequires: Pandoc, Eisvogel template, mermaid-filter, XeLaTeX
cd web
mdbook serve --openRequires: mdBook
zkBook/
├── compile/ # PDF/EPUB build scripts
├── web/src/images/ # All images (shared by web, PDF, EPUB)
├── web/ # mdBook web version
├── zkBook.pdf # Pre-built PDF
└── zkBook.epub # Pre-built EPUB

