This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
pe-bpmn-editor_sscomputation [2018/05/15 16:41] admin |
pe-bpmn-editor_sscomputation [2020/03/02 14:39] (current) pullonen [SSComputation] |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== SSComputation ====== | ====== SSComputation ====== | ||
| + | Used for tasks that compute on secret shared data. This is a secure multiparty computation task and is only meaningful when multiple parties execute the same task (tasks that are grouped together to perform the same computation). | ||
| + | The inputs are either secret shares (one share of a value from each party executing a task in this group) or public values (we currently expect that each party running a task in this group inputs the same public data). | ||
| + | |||
| + | The outputs of this task are secret shared where each party executing a task in this group gets a share of the output as a result. | ||
| ===== Required input objects ===== | ===== Required input objects ===== | ||