Open 0xThemis opened 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];
signal input in[2]
it is not possible to provide the array from different parties
Use "?" as placeholder for other parties.
@fabian1409 is this done?
will implement this next week
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