README.md
setup.cfg
setup.py
syft/__init__.py
syft/codes.py
syft/exceptions.py
syft/grid.py
syft/serde.py
syft.egg-info/PKG-INFO
syft.egg-info/SOURCES.txt
syft.egg-info/dependency_links.txt
syft.egg-info/requires.txt
syft.egg-info/top_level.txt
syft/frameworks/__init__.py
syft/frameworks/torch/__init__.py
syft/frameworks/torch/functions.py
syft/frameworks/torch/hook.py
syft/frameworks/torch/hook_args.py
syft/frameworks/torch/torch_attributes.py
syft/frameworks/torch/crypto/__init__.py
syft/frameworks/torch/crypto/spdz.py
syft/frameworks/torch/differential_privacy/__init__.py
syft/frameworks/torch/differential_privacy/pate.py
syft/frameworks/torch/federated/__init__.py
syft/frameworks/torch/federated/dataloader.py
syft/frameworks/torch/federated/dataset.py
syft/frameworks/torch/tensors/__init__.py
syft/frameworks/torch/tensors/decorators/__init__.py
syft/frameworks/torch/tensors/decorators/logging.py
syft/frameworks/torch/tensors/interpreters/__init__.py
syft/frameworks/torch/tensors/interpreters/abstract.py
syft/frameworks/torch/tensors/interpreters/additive_shared.py
syft/frameworks/torch/tensors/interpreters/multi_pointer.py
syft/frameworks/torch/tensors/interpreters/native.py
syft/frameworks/torch/tensors/interpreters/plusisminus.py
syft/frameworks/torch/tensors/interpreters/pointer.py
syft/frameworks/torch/tensors/interpreters/precision.py
syft/frameworks/torch/tensors/interpreters/snn.py
syft/frameworks/torch/tensors/interpreters/spdz.py
syft/frameworks/torch/tensors/interpreters/utils.py
syft/workers/__init__.py
syft/workers/abstract.py
syft/workers/base.py
syft/workers/plan.py
syft/workers/utils.py
syft/workers/virtual.py
syft/workers/websocket_client.py
syft/workers/websocket_server.py
test/__init__.py
test/conftest.py
test/test_exceptions.py
test/test_grid.py
test/test_sandbox.py
test/test_serde.py
test/torch/__init__.py
test/torch/test_federated_learning.py
test/torch/test_functions.py
test/torch/test_hook.py
test/torch/differential_privacy/__init__.py
test/torch/differential_privacy/test_pate.py
test/torch/federated/__init__.py
test/torch/federated/test_dataset.py
test/torch/tensors/__init__.py
test/torch/tensors/test_additive_shared.py
test/torch/tensors/test_gc.py
test/torch/tensors/test_logging.py
test/torch/tensors/test_multi_pointer.py
test/torch/tensors/test_native.py
test/torch/tensors/test_parameter.py
test/torch/tensors/test_pointer.py
test/torch/tensors/test_precision.py
test/torch/tensors/test_tensor.py
test/torch/tensors/test_variable.py
test/workers/__init__.py
test/workers/test_plan.py
test/workers/test_virtual.py
test/workers/test_websocket_worker.py
test/workers/test_worker.py