Skip to content

Commit

Permalink
eval_framework F zeros
Browse files Browse the repository at this point in the history
  • Loading branch information
shaharsamocha7 committed Aug 1, 2024
1 parent a2b687c commit 13702e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/prover/src/constraint_framework/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ pub trait EvalAtRow {
type F: FieldExpOps
+ Copy
+ Debug
+ Zero
+ AddAssign<Self::F>
+ AddAssign<BaseField>
+ Add<Self::F, Output = Self::F>
Expand Down

0 comments on commit 13702e5

Please sign in to comment.