This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
pe-bpmn-editor_addsscomputation [2018/05/15 16:18] admin |
pe-bpmn-editor_addsscomputation [2020/03/02 14:38] (current) pullonen [AddSSComputation] |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== AddSSComputation ====== | ====== AddSSComputation ====== | ||
| + | Used for tasks that compute on additively 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 additively 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 ===== | ||