Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/continuations_design.md
Original file line number Diff line number Diff line change
Expand Up @@ -641,7 +641,7 @@ recursion/aggregation layer (deferred).
`prove_and_verify_continuation` (the thin integrated wrapper).
- `prover/src/lib.rs` — `verify_l2g_commitment_binding` (epoch L2G root ↔ global
sub-table root) and the commit-bus offset/balance helpers
(`compute_commit_bus_offset`, `compute_expected_commit_bus_balance`) that take the
(`compute_commit_bus_offset`, `compute_expected_commit_bus_balance_view`) that take the
carried x254 as `start_index`.
- `prover/src/tables/trace_builder.rs` — seeds `current_commit_index` from x254
(`read_index`) so committed-byte indexing carries across epochs.
Loading
Loading