Programming in Zero Knowledge Workshop: Difference between revisions
Add slides and code |
|||
Line 17: | Line 17: | ||
== Full Description == | == Full Description == | ||
This workshop goes over: | |||
- introduction to zero-knowledge proofs: theory and use-cases | |||
- an overview of the Halo 2 proof system front-end (PLONKish arithmetisation) | |||
- live-coding a Fibonacci circuit using the `halo2` library | |||
== Registration -- NOT required == | == Registration -- NOT required == |
Revision as of 19:32, 24 July 2022
Programming in Zero Knowledge workshop
This workshop will be given:
Day 3: Sunday, 24-July-2022, 1:00pm - 3:00pm, Workshop A (D'Angelo 309)
NOTE: You do NOT need to register to take this workshop -- please show up early to ensure a seat at Workshop A (D'Angelo 309).
Abstract
Zero-knowledge proofs are primitives for proving the integrity of arbitrary computation over confidential information. They are used in applications like private digital cash and anonymous voting. In this workshop, we will understand the theory behind zero-knowledge proving systems, and try our hand at writing a few circuits. We will also brainstorm ideas for more private applications we could build.
Presenter(s)
Ying Tong
Full Description
This workshop goes over: - introduction to zero-knowledge proofs: theory and use-cases - an overview of the Halo 2 proof system front-end (PLONKish arithmetisation) - live-coding a Fibonacci circuit using the `halo2` library
Registration -- NOT required
You do not need to register in advance to take this workshop -- just show up early to ensure a seat.:
Required Software
any required software goes here
What Participants Should Bring to the Workshop (if anything)
any optional or required stuff to bring go here
Links
Slides and code at: https://github.com/therealyingtong/halo2-hope