Skip to content

Latest commit

 

History

History
30 lines (25 loc) · 1.49 KB

README.md

File metadata and controls

30 lines (25 loc) · 1.49 KB

Plaf demo

This is a demo of Plaf: Plonkish Arithmetiation Format on the zkevm-circuits

Steps to run this:

You can find the circuit documents in demo/out

  • With extension .toml is a circuit description that contains:
    • Circuit info (number of rows, challenges used)
    • Columns used (public is halo2's instance, witness is halo2's advice)
    • arithmetic constraints
    • lookups
    • copy constraints
  • With extension _fixed.csv is a CSV of the fixed columns assignment
  • For convenience, with extension _fixed.sqlite is sqlite databases wiht the fixed columns assignents. They can be browsed with sqlitebrowser.

You can also see the output directly by downloading it from https://github.com/ed255/polyexen-demo/releases/download/2023-03-15/out.tgz