MANIFEST.in
README.md
pyproject.toml
setup.cfg
setup.py
examples/tutorials/__init__.py
examples/tutorials/advanced/__init__.py
examples/tutorials/advanced/federated_sms_spam_prediction/__init__.py
examples/tutorials/advanced/federated_sms_spam_prediction/handcrafted_GRU.py
examples/tutorials/advanced/federated_sms_spam_prediction/preprocess.py
examples/tutorials/advanced/monitor_network_traffic/__init__.py
examples/tutorials/advanced/split_neural_network/__init__.py
examples/tutorials/advanced/websockets_mnist/__init__.py
examples/tutorials/advanced/websockets_mnist/run_websocket_client.py
examples/tutorials/advanced/websockets_mnist/start_websocket_servers.py
examples/tutorials/grid/__init__.py
examples/tutorials/grid/federated_learning/__init__.py
examples/tutorials/grid/federated_learning/mnist/__init__.py
examples/tutorials/grid/federated_learning/spam_prediction/__init__.py
examples/tutorials/grid/federated_learning/spam_prediction/handcrafted_GRU.py
examples/tutorials/grid/federated_learning/spam_prediction/preprocess.py
examples/tutorials/tutorial-websocket/__init__.py
examples/tutorials/tutorial-websocket/deploy_workers/__init__.py
examples/tutorials/tutorial-websocket/pen_testing/__init__.py
examples/tutorials/tutorial-websocket/pen_testing/steal_data_over_sockets/__init__.py
examples/tutorials/tutorial-websocket/pen_testing/steal_data_over_sockets/start_websocket_servers.py
pip-dep/requirements.txt
pip-dep/requirements_dev.txt
pip-dep/requirements_notebooks.txt
pip-dep/requirements_tensorflow.txt
pip-dep/requirements_udacity.txt
syft/__init__.py
syft/codes.py
syft/dependency_check.py
syft/exceptions.py
syft/sandbox.py
syft/version.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/common/__init__.py
syft/common/util.py
syft/execution/__init__.py
syft/execution/action.py
syft/execution/communication.py
syft/execution/computation.py
syft/execution/placeholder.py
syft/execution/placeholder_id.py
syft/execution/plan.py
syft/execution/protocol.py
syft/execution/role.py
syft/execution/role_assignments.py
syft/execution/state.py
syft/execution/tracing.py
syft/execution/type_wrapper.py
syft/execution/translation/__init__.py
syft/execution/translation/abstract.py
syft/execution/translation/default.py
syft/execution/translation/threepio.py
syft/execution/translation/torchscript.py
syft/federated/__init__.py
syft/federated/fl_client.py
syft/federated/fl_job.py
syft/federated/floptimizer.py
syft/frameworks/__init__.py
syft/frameworks/crypten/__init__.py
syft/frameworks/crypten/context.py
syft/frameworks/crypten/crypten_attributes.py
syft/frameworks/crypten/jail.py
syft/frameworks/crypten/message_handler.py
syft/frameworks/crypten/model.py
syft/frameworks/crypten/utils.py
syft/frameworks/crypten/hook/__init__.py
syft/frameworks/crypten/hook/hook.py
syft/frameworks/keras/__init__.py
syft/frameworks/keras/hook.py
syft/frameworks/keras/layers/__init__.py
syft/frameworks/keras/layers/constructor.py
syft/frameworks/keras/model/__init__.py
syft/frameworks/keras/model/sequential.py
syft/frameworks/tensorflow/__init__.py
syft/frameworks/torch/__init__.py
syft/frameworks/torch/functions.py
syft/frameworks/torch/torch_attributes.py
syft/frameworks/torch/dp/__init__.py
syft/frameworks/torch/dp/pate.py
syft/frameworks/torch/fl/__init__.py
syft/frameworks/torch/fl/dataloader.py
syft/frameworks/torch/fl/dataset.py
syft/frameworks/torch/fl/utils.py
syft/frameworks/torch/he/__init__.py
syft/frameworks/torch/he/paillier.py
syft/frameworks/torch/hook/__init__.py
syft/frameworks/torch/hook/hook.py
syft/frameworks/torch/hook/hook_args.py
syft/frameworks/torch/linalg/__init__.py
syft/frameworks/torch/linalg/lr.py
syft/frameworks/torch/linalg/operations.py
syft/frameworks/torch/mpc/__init__.py
syft/frameworks/torch/mpc/beaver.py
syft/frameworks/torch/mpc/fss.py
syft/frameworks/torch/mpc/primitives.py
syft/frameworks/torch/mpc/przs.py
syft/frameworks/torch/mpc/securenn.py
syft/frameworks/torch/mpc/spdz.py
syft/frameworks/torch/mpc/falcon/__init__.py
syft/frameworks/torch/mpc/falcon/falcon.py
syft/frameworks/torch/mpc/falcon/falcon_helper.py
syft/frameworks/torch/nn/__init__.py
syft/frameworks/torch/nn/conv.py
syft/frameworks/torch/nn/functional.py
syft/frameworks/torch/nn/pool.py
syft/frameworks/torch/nn/rnn.py
syft/frameworks/torch/tensors/__init__.py
syft/frameworks/torch/tensors/crypten/__init__.py
syft/frameworks/torch/tensors/crypten/syft_crypten.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/additive_shared.py
syft/frameworks/torch/tensors/interpreters/autograd.py
syft/frameworks/torch/tensors/interpreters/build_gradients.py
syft/frameworks/torch/tensors/interpreters/gradients.py
syft/frameworks/torch/tensors/interpreters/gradients_core.py
syft/frameworks/torch/tensors/interpreters/hook.py
syft/frameworks/torch/tensors/interpreters/native.py
syft/frameworks/torch/tensors/interpreters/numpy.py
syft/frameworks/torch/tensors/interpreters/paillier.py
syft/frameworks/torch/tensors/interpreters/polynomial.py
syft/frameworks/torch/tensors/interpreters/precision.py
syft/frameworks/torch/tensors/interpreters/private.py
syft/frameworks/torch/tensors/interpreters/replicated_shared.py
syft/generic/__init__.py
syft/generic/id_provider.py
syft/generic/metrics.py
syft/generic/object_storage.py
syft/generic/string.py
syft/generic/utils.py
syft/generic/abstract/__init__.py
syft/generic/abstract/hookable.py
syft/generic/abstract/message_handler.py
syft/generic/abstract/object.py
syft/generic/abstract/sendable.py
syft/generic/abstract/syft_serializable.py
syft/generic/abstract/tensor.py
syft/generic/frameworks/__init__.py
syft/generic/frameworks/attributes.py
syft/generic/frameworks/overload.py
syft/generic/frameworks/remote.py
syft/generic/frameworks/types.py
syft/generic/frameworks/hook/__init__.py
syft/generic/frameworks/hook/hook.py
syft/generic/frameworks/hook/hook_args.py
syft/generic/frameworks/hook/pointers.py
syft/generic/frameworks/hook/string.py
syft/generic/frameworks/hook/tensors.py
syft/generic/pointers/__init__.py
syft/generic/pointers/callable_pointer.py
syft/generic/pointers/multi_pointer.py
syft/generic/pointers/object_pointer.py
syft/generic/pointers/object_wrapper.py
syft/generic/pointers/pointer_dataset.py
syft/generic/pointers/pointer_plan.py
syft/generic/pointers/pointer_tensor.py
syft/generic/pointers/string_pointer.py
syft/grid/__init__.py
syft/grid/abstract_grid.py
syft/grid/exceptions.py
syft/grid/private_grid.py
syft/grid/public_grid.py
syft/grid/admin/__init__.py
syft/grid/clients/__init__.py
syft/grid/clients/data_centric_fl_client.py
syft/grid/clients/model_centric_fl_client.py
syft/grid/rtc/__init__.py
syft/grid/rtc/network.py
syft/grid/rtc/nodes_manager.py
syft/grid/rtc/peer_events.py
syft/grid/rtc/webrtc_connection.py
syft/grid/utils/__init__.py
syft/messaging/__init__.py
syft/messaging/message.py
syft/serde/__init__.py
syft/serde/compression.py
syft/serde/serde.py
syft/serde/msgpack/__init__.py
syft/serde/msgpack/native_serde.py
syft/serde/msgpack/proto.py
syft/serde/msgpack/serde.py
syft/serde/msgpack/torch_serde.py
syft/serde/protobuf/__init__.py
syft/serde/protobuf/native_serde.py
syft/serde/protobuf/proto.py
syft/serde/protobuf/serde.py
syft/serde/protobuf/torch_serde.py
syft/serde/torch/__init__.py
syft/serde/torch/serde.py
syft/test/__init__.py
syft/workers/__init__.py
syft/workers/abstract.py
syft/workers/base.py
syft/workers/message_handler.py
syft/workers/model_centric_fl_worker.py
syft/workers/tfe.py
syft/workers/virtual.py
syft/workers/websocket_client.py
syft/workers/websocket_server.py
test/__init__.py
test/conftest.py
test/run_websocket_server.py
test/test_dependency_check.py
test/test_exceptions.py
test/test_grid.py
test/test_local_worker.py
test/test_sandbox.py
test/test_udacity.py
test/efficiency/__init__.py
test/efficiency/assertions.py
test/efficiency/test_activations_time.py
test/efficiency/test_linalg_time.py
test/generic/__init__.py
test/generic/test_autograd.py
test/generic/test_functions.py
test/generic/test_gc.py
test/generic/test_hookable.py
test/generic/test_id_provider.py
test/generic/test_logging.py
test/generic/test_object_storage.py
test/generic/test_private.py
test/generic/test_string.py
test/generic/pointers/__init__.py
test/generic/pointers/test_callable_pointer.py
test/generic/pointers/test_dataset_pointer.py
test/generic/pointers/test_model_pointer.py
test/generic/pointers/test_multi_pointer.py
test/generic/pointers/test_pointer_plan.py
test/generic/pointers/test_pointer_tensor.py
test/message/__init__.py
test/message/test_message.py
test/torch/__init__.py
test/torch/test_federated_learning.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_dataloader.py
test/torch/federated/test_dataset.py
test/torch/federated/test_utils.py
test/torch/hook/__init__.py
test/torch/hook/test_hook.py
test/torch/hook/test_hook_args.py
test/torch/linalg/__init__.py
test/torch/linalg/test_lr.py
test/torch/linalg/test_operations.py
test/torch/mpc/__init__.py
test/torch/mpc/test_crypto_store.py
test/torch/mpc/test_fss.py
test/torch/mpc/test_multiparty_nn.py
test/torch/mpc/test_przs.py
test/torch/mpc/test_securenn.py
test/torch/mpc/falcon/__init__.py
test/torch/mpc/falcon/test_falcon.py
test/torch/mpc/falcon/test_falcon_helper.py
test/torch/nn/__init__.py
test/torch/nn/test_functional.py
test/torch/nn/test_nn.py
test/torch/tensors/__init__.py
test/torch/tensors/test_additive_shared.py
test/torch/tensors/test_fv.py
test/torch/tensors/test_native.py
test/torch/tensors/test_numpy.py
test/torch/tensors/test_paillier.py
test/torch/tensors/test_parameter.py
test/torch/tensors/test_polynomial.py
test/torch/tensors/test_precision.py
test/torch/tensors/test_replicated_shared.py
test/torch/tensors/test_tensor.py
test/workers/__init__.py
test/workers/test_base.py
test/workers/test_virtual.py
test/workers/test_websocket_worker.py
test/workers/test_worker.py