Module 1 – Circom circuits
Circom circuits form the cryptographic foundation of the zero-knowledge proof system, allowing us to define mathematical constraints that prove knowledge of private information without revealing the data itself.
In this module, you'll learn to write, compile, and understand the three core circuits that power our private token transfer demo: shield operations, unshield operations, and private transfers.
By mastering these circuits, you'll gain hands-on experience with the domain-specific language that transforms our privacy requirements into verifiable cryptographic proofs.