Capsule icon indicating copy to clipboard operation
Capsule copied to clipboard

DEPRECATED- see https://github.com/OpenMined/OpenMined or https://github.com/OpenMined/PySyft

Results 7 Capsule issues
Sort by recently updated
recently updated
newest added

This PR addresses issue #26. Removed duplicate code for capsule_zmq and capsule_mpc, now both are operating from capsule_server. The capsule_server/local_server.py script now accepts two flags, one for the type of...

The zmq-server, when encountering an exception, gets stuck forever in the while loop, and prevents any subsequent requests from beind handled. A potential solution si defining some sort of protocol,...

Description: In this [PySyft Demo Notebook for SPDZ MPC](https://github.com/OpenMined/PySyft/blob/master/notebooks/MPC%20Tensor%20SPDZ.ipynb) 2 different people (server1, server2) split up the ownership of any tensors created. In this issue, we want to simulate a...

Description: In this [PySyft Demo Notebook for MPC](https://github.com/OpenMined/PySyft/blob/master/notebooks/MPC%20Tensor%20Proof%20of%20Concept%20Demo.ipynb) 3 different people (bob, alice, and sam) split up the ownership of any tensors created. In this issue, we want to simulate...

Update the `README` to follow the new [README template](https://github.com/OpenMined/Docs/blob/develop/contributing/readme_template.md) Currently missing * everything 🙅

enhancement

Hi everyone, I think NuCypher's PKE could be a really elegant solution for distributed private Key management on OpenMined that satisfy's both Jane's and AI Inc's requirements (see Andrew's slide...