TaceoLabs / co-snarks

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

Feature Request: Cannot merge array inputs #106

Open 0xThemis opened 3 months ago

0xThemis commented 3 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 months ago

Use "?" as placeholder for other parties.

dkales commented 1 week ago

@fabian1409 is this done?

fabian1409 commented 1 week ago

@fabian1409 is this done?

will implement this next week