This repository contains a collection of interactive visualizations and Rust implementations that illustrate key ideas from the textbook Proofs, Arguments, and Zero Knowledge (Cambridge University Press, 2024).
The purpose of this repository is to make core concepts from the book more concrete through code and interactive demonstrations. It is aimed at readers seeking to build intuition and implement simple versions of the protocols described in the text.
The book is available freely online here: 📘 https://people.cs.georgetown.edu/jthaler/ProofsArgsAndZK/
yarn install & yarn dev
cd rust && cargo test