-
Notifications
You must be signed in to change notification settings - Fork 124
zkEVM
Daniel Wang edited this page Aug 13, 2021
·
14 revisions
Resources for understanding Finite Fields and Polynomial Algebra:
- https://www.youtube.com/watch?v=SKFjdAtl5Fc // why we need polynomials?
Important page to understand PLONK circuits (as used in the zkEVM EVM circuit):
- https://zcash.github.io/halo2/concepts/arithmetization.html
- https://www.youtube.com/watch?v=K6m-yCctbx0 (slides)
Good explainer for plookup (used in a lot of places, also for the bus mapping table at the core of the design):
Optimizing PLONK circuits + effects on proof size (custom gates, wires, ...)
Collection of PLONK and PLOOKUP papers and talks from Aztec:
Deep dive on Halo2 (arithmetization, PLOOKUP, optimizations, ...)
Loopring Foundation
nothing here