We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21a8971 commit 8ad853aCopy full SHA for 8ad853a
extensions/native/circuit/src/sumcheck/air.rs
@@ -132,8 +132,7 @@ impl<AB: InteractionBuilder> Air<AB>
132
);
133
builder.when(next.prod_row + next.logup_row).assert_eq(prod_nested_len, next.prod_nested_len);
134
builder.when(next.prod_row + next.logup_row).assert_eq(logup_nested_len, next.logup_nested_len);
135
-
136
- /* _debug
+
137
// Row transition
138
builder
139
.when(next.prod_row)
@@ -158,6 +157,7 @@ impl<AB: InteractionBuilder> Air<AB>
158
157
.when(not(logup_continuation))
159
.assert_eq(ctx[2], curr_logup_n);
160
+ /* _debug
161
// Termination condition
162
assert_array_eq(&mut builder.when::<AB::Expr>(not(continuation)), eval_acc, [AB::F::ZERO; 4]);
163
0 commit comments