TaceoLabs / collaborative-circom

Tooling for creating collaborative SNARKs for Circom circuits.
https://docs.taceo.io
Apache License 2.0
60 stars 3 forks source link

Feature Request: Cannot merge array inputs #106

Open 0xThemis opened 2 months ago

0xThemis commented 2 months ago

At the moment, we can only merge inputs from multiple parties if it is a dedicated named input. If a circuit has inputs like:

signal input in[2];

it is not possible to provide the array from different parties

dkales commented 2 weeks ago

Use "?" as placeholder for other parties.