Replies: 1 comment 5 replies
-
Hi @chart21. Reading this, I struggle to understand how this differs from a conventional data transfer, where the As stated in the diagram, the The fact that an The transfer process would simply stay open until the computation is finished, just like with "normal" API requests. The computation itself plus any ping-pong that needs to happen happens "out-of-band" (without EDCs involvement), basically your point 2). If the question is, whether we would implement a tailored solution for that one use case, then the answer is almost certainly not. Out of sheer curiosity on my part, maybe you could provide a bit more info regarding the following aspects:
|
Beta Was this translation helpful? Give feedback.
-
Hi everyone,
we are working on integrating Secure Multiparty Computation (MPC) in the EDC. Secure Multiparty Computation lets multiple parties evaluate a function on joint data while maintaining complete confidentiality of each party's dataset. The technology can be used for use cases such as predictive maintenance where suppliers can benefit from the production data of a company that is reluctant to share that data and associated intellectual property with the supplier.
To integrate MPC into the EDC, the connector needs to support the following additional features highlighted in the figure below.
Let us know if you are interested in such a solution or have any other comments.
Beta Was this translation helpful? Give feedback.
All reactions