|
@ -58,7 +58,7 @@ impl CircomBuilder { |
|
|
let mut circom = CircomCircuit {
|
|
|
let mut circom = CircomCircuit {
|
|
|
r1cs: self.cfg.r1cs.clone(),
|
|
|
r1cs: self.cfg.r1cs.clone(),
|
|
|
witness: None,
|
|
|
witness: None,
|
|
|
inputs_already_allocated: false,
|
|
|
|
|
|
|
|
|
public_inputs_indexes: vec![],
|
|
|
};
|
|
|
};
|
|
|
|
|
|
|
|
|
// Disable the wire mapping
|
|
|
// Disable the wire mapping
|
|
|