Skip to content

Commit

Permalink
rm assert on double chip vars (#1264)
Browse files Browse the repository at this point in the history
  • Loading branch information
luffykai authored Jan 23, 2025
1 parent 864d0a7 commit 4410a89
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion extensions/ecc/circuit/src/weierstrass_chip/double.rs
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,6 @@ where
vec![x_biguint.clone(), y_biguint.clone()],
vec![is_double_flag],
);
assert_eq!(vars.len(), 3); // x1^2, x3, y3

let writes = self
.air
Expand Down

0 comments on commit 4410a89

Please sign in to comment.