Skip to content

Commit

Permalink
docs: update tracking circuit testing
Browse files Browse the repository at this point in the history
  • Loading branch information
ashjeong committed May 20, 2024
1 parent 561d370 commit 001d45c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tachyon/zk/plonk/examples/tracking_testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@
| SimpleLookupCircuit | V1FloorPlanner | SHPlonk | Halo2LS |
| ShuffleCircuit | SimpleFloorPlanner | SHPlonk | Halo2LS |
| ShuffleCircuit | V1FloorPlanner | SHPlonk | Halo2LS |
| Fibonacci1Circuit | SimpleFloorPlanner | SHPlonk | Halo2LS |
| Fibonacci1Circuit | V1FloorPlanner | SHPlonk | Halo2LS |
| Fibonacci2Circuit | SimpleFloorPlanner | SHPlonk | Halo2LS |
| Fibonacci2Circuit | V1FloorPlanner | SHPlonk | Halo2LS |
| Fibonacci3Circuit | SimpleFloorPlanner | SHPlonk | Halo2LS |
| Fibonacci3Circuit | V1FloorPlanner | SHPlonk | Halo2LS |

**In Progress**:

Expand All @@ -24,6 +30,8 @@ The following circuits result in the same test data when using `SimpleFloorPlann

- SimpleLookupCircuit
- ShuffleCircuit
- Fibonacci2Circuit
- Fibonacci3Circuit

## Test Data Variables

Expand Down

0 comments on commit 001d45c

Please sign in to comment.