Skip to content

Commit

Permalink
fix comment (#503)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ethan-000 authored Jun 5, 2023
1 parent 4b9cc20 commit 871cf65
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ accumulator_triple StandardCircuitConstructor::create_logic_constraint(const uin
create_bool_gate(out_lo_idx);

// a & b = ab
// a ^ b = a + b - ab
// a ^ b = a + b - 2ab
create_poly_gate(poly_triple{ left_hi_idx,
right_hi_idx,
out_hi_idx,
Expand Down

0 comments on commit 871cf65

Please sign in to comment.