File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -203,7 +203,7 @@ memory argument.
203
203
204
204
The overall runtime execution of a program is broken into ** segments** (the logic of when to segment can be custom and
205
205
depend on many factors). Each segment is proven in a separate STARK VM circuit as described
206
- in [ STARK Architecture] ( ./stark .md ) . The public values of the circuit must contain the pre- and post-state commitments
206
+ in [ Circuit Architecture] ( ./circuit .md ) . The public values of the circuit must contain the pre- and post-state commitments
207
207
to the segment. The state consists of the active program counter and the full state of memory. (Recall in our
208
208
architecture that registers are part of memory, so register state is included in memory state).
209
209
You can’t perform that action at this time.
0 commit comments