Skip to content

Commit

Permalink
eval_framework F zeros (#772)
Browse files Browse the repository at this point in the history
EvalAtRow::F support Zero
  • Loading branch information
shaharsamocha7 authored Aug 1, 2024
2 parents a2b687c + 13702e5 commit 006b314
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 006b314

Please sign in to comment.