Skip to content

Commit

Permalink
Update crates/brainfuck_prover/src/components/processor/table.rs
Browse files Browse the repository at this point in the history
Co-authored-by: malatrax <[email protected]>
  • Loading branch information
tcoratger and zmalatrax authored Nov 20, 2024
1 parent 5cf34a1 commit ed12287
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/brainfuck_prover/src/components/processor/table.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ pub struct ProcessorTableRow {
mp: BaseField,
/// Memory value: the value at the current memory cell.
mv: BaseField,
/// Memory value increment flag: indicates if the memory value should be incremented.
/// Memory value inverse: the modular inverse of `mv` on the cell values' range (over [`BaseField`])
mvi: BaseField,
}

Expand Down

0 comments on commit ed12287

Please sign in to comment.