Browse Source

chore: remove outdated comment

pull/1/head
dmpierre 6 months ago
parent
commit
d81afd4550
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      src/circom/circuit.rs

+ 0
- 1
src/circom/circuit.rs

@ -48,7 +48,6 @@ impl ConstraintSynthesizer for CircomCircuit {
let n_non_allocated_inputs = self.r1cs.num_inputs - self.public_inputs_indexes.len();
// allocate non-allocated inputs and update mapping
// !! today, we allocate everything as witnesses by default for compatibility with sonobe !!
for circom_public_input_index in 0..n_non_allocated_inputs {
if circom_public_input_index == 0 {
circom_index_to_cs_index.insert(circom_public_input_index, Variable::One);

Loading…
Cancel
Save