Skip to content

Commit

Permalink
Move prove() to trace gen
Browse files Browse the repository at this point in the history
  • Loading branch information
spapinistarkware committed Jul 11, 2024
1 parent 210bc34 commit a7fb4a3
Show file tree
Hide file tree
Showing 9 changed files with 391 additions and 375 deletions.
2 changes: 1 addition & 1 deletion crates/prover/src/core/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ impl Index<&str> for InteractionElements {
}

#[derive(Default, Debug)]
pub struct LookupValues(BTreeMap<String, BaseField>);
pub struct LookupValues(pub BTreeMap<String, BaseField>);

impl LookupValues {
pub fn new(values: BTreeMap<String, BaseField>) -> Self {
Expand Down
Loading

0 comments on commit a7fb4a3

Please sign in to comment.