Skip to content

Commit

Permalink
adding one extra comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Sarkoxed committed Dec 7, 2024
1 parent 82fe2bf commit c474fb7
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,9 @@ size_t StandardCircuit::handle_logic_constraint(size_t cursor)
STerm right = this->symbolic_vars[right_idx];
STerm out = this->symbolic_vars[out_idx];

// Simulate the logic constraint circuit using the bitwise operations
// Initializing the parts of the witness that were optimized
// during the symbolic constraints initialization
// i.e. simulating the create_logic_constraint gate by gate using BitVectors/Integers
size_t num_bits = res;
size_t processed_gates = 0;
for (size_t i = num_bits - 1; i < num_bits; i -= 2) {
Expand Down

0 comments on commit c474fb7

Please sign in to comment.