Skip to content

Commit

Permalink
Merge branch 'main' of github.com:manojkgorle/brainfuckvm
Browse files Browse the repository at this point in the history
  • Loading branch information
m-pandey5 committed Dec 5, 2024
2 parents a1eb59d + 8a131b6 commit 662951e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/evaluation_argument/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ pub struct ProgramEvaluationArgument{
challenge_indices: Vec<usize>,
terminal_index: usize,
program: Vec<u128>,
//@todo soumya- if program is passed as a vec of field elements directly, then can skip padded program part
}

impl ProgramEvaluationArgument{
Expand Down

0 comments on commit 662951e

Please sign in to comment.