Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kunxian-xia committed Nov 5, 2023
1 parent 8be3590 commit 665b09d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gadgets/is_zero.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ impl IsZeroGadget {
self.inverse_or_zero.assign_rational(
region,
offset,
// invert is deferred and then batched by the real/mock prover
Assigned::<F>::from(value.try_into().unwrap()).invert(),
);
}
Expand Down

0 comments on commit 665b09d

Please sign in to comment.