Skip to content

Commit

Permalink
Fix references between pages
Browse files Browse the repository at this point in the history
  • Loading branch information
daira authored Mar 18, 2024
1 parent 24a099a commit e46fc78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/optimizations.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Background

The relation described in [specification of the relation for a Plonkish circuit](https://github.com/daira/plonk-standard/blob/main/relation.md) gives an abstract model of a Plonkish constraint system that is sufficiently expressive, but does not take into account some of the optimizations that are commonly used in Plonkish implementations, such as the use of rotations in Plonkish custom gates. The tradeoff here is that the abstract model allows rows to be arbitrarily reordered.
The relation described in [Specification of the Plonkish Relation](relation.md) gives an abstract model of a Plonkish constraint system that is sufficiently expressive, but does not take into account some of the optimizations that are commonly used in Plonkish implementations, such as the use of rotations in Plonkish custom gates. The tradeoff here is that the abstract model allows rows to be arbitrarily reordered.

> It would have been possible to directly include rotations in the constraint system model, but the most obvious ways of doing this would require the circuit programmer to think about copy constraints that don't naturally arise from the intended circuit definition.
>
Expand Down
2 changes: 1 addition & 1 deletion src/relation.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
- Need to agree on the API between “zkInterface for Plonkish” and the proving system. Specify a general statement that the proving system has to implement.
- Section 2 of [[Thomas 2022]](https://eprint.iacr.org/2022/777.pdf) : describes high level API of zk Interface for Plonkish statements

This is intended to be read in conjunction with the [Plonkish backend optimizations](https://github.com/daira/plonk-standard/blob/main/optimizations.md) document, which describes how to compile the abstract constraint system described here into a concrete circuit.
This is intended to be read in conjunction with the [Plonkish Backend Optimizations](optimizations.md) document, which describes how to compile the abstract constraint system described here into a concrete circuit.

## Dependencies

Expand Down

0 comments on commit e46fc78

Please sign in to comment.