-
-
Notifications
You must be signed in to change notification settings - Fork 38
Workflows
S P Sharan edited this page Jun 10, 2021
·
3 revisions
Steps:
- Orchestrator defines a Session
- Session stores information regarding what would be run at the parties involved in the MPC
- The session is sent to the parties
Steps:
- Orchestrator can
-
- share a value with other parties involved in the computation
-
- share a remote value (a pointer) hold by one of the parties - it uses [PRZS] (TBD) for doing this
-
- The shares are:
-
- created at the orchestrator and distributed to the parties
-
- created directly on the parties using the already shared seeds
-
- Orchestrator can use different operations on the shares
- The operations are implemented at the
MPCTensor
level