README.md
setup.cfg
setup.py
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/federated/__init__.py
syft/federated/federated_client.py
syft/federated/train_config.py
syft/frameworks/__init__.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/securenn.py
syft/frameworks/torch/mpc/spdz.py
syft/frameworks/torch/nn/__init__.py
syft/frameworks/torch/nn/conv.py
syft/frameworks/torch/nn/pool.py
syft/frameworks/torch/nn/rnn.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/additive_shared.py
syft/frameworks/torch/tensors/interpreters/autograd.py
syft/frameworks/torch/tensors/interpreters/build_gradients.py
syft/frameworks/torch/tensors/interpreters/crt_precision.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/large_precision.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/placeholder.py
syft/frameworks/torch/tensors/interpreters/plusisminus.py
syft/frameworks/torch/tensors/interpreters/polynomial.py
syft/frameworks/torch/tensors/interpreters/precision.py
syft/frameworks/torch/tensors/interpreters/private.py
syft/generic/__init__.py
syft/generic/id_provider.py
syft/generic/metrics.py
syft/generic/object.py
syft/generic/object_storage.py
syft/generic/string.py
syft/generic/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/trace.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_plan.py
syft/generic/pointers/pointer_protocol.py
syft/generic/pointers/pointer_tensor.py
syft/generic/pointers/string_pointer.py
syft/grid/__init__.py
syft/grid/abstract_grid.py
syft/grid/private_grid.py
syft/grid/public_grid.py
syft/grid/authentication/__init__.py
syft/grid/authentication/account.py
syft/grid/authentication/credential.py
syft/messaging/__init__.py
syft/messaging/message.py
syft/messaging/protocol.py
syft/messaging/plan/__init__.py
syft/messaging/plan/plan.py
syft/messaging/plan/state.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/workers/__init__.py
syft/workers/abstract.py
syft/workers/base.py
syft/workers/node_client.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/federated/__init__.py
test/federated/test_federated_client.py
test/federated/test_train_config.py
test/generic/__init__.py
test/generic/test_id_provider.py
test/generic/test_object_storage.py
test/generic/test_string.py
test/message/__init__.py
test/message/test_message.py
test/message/test_plan.py
test/message/test_protocol.py
test/torch/__init__.py
test/torch/test_federated_learning.py
test/torch/test_functions.py
test/torch/test_hook.py
test/torch/crypto/__init__.py
test/torch/crypto/test_snn.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/nn/__init__.py
test/torch/nn/test_conv.py
test/torch/nn/test_pool.py
test/torch/pointers/__init__.py
test/torch/pointers/test_callable_pointer.py
test/torch/pointers/test_pointer_plan.py
test/torch/pointers/test_pointer_protocol.py
test/torch/pointers/test_pointer_tensor.py
test/torch/tensors/__init__.py
test/torch/tensors/test_additive_shared.py
test/torch/tensors/test_autograd.py
test/torch/tensors/test_crt_precision.py
test/torch/tensors/test_gc.py
test/torch/tensors/test_large_precision.py
test/torch/tensors/test_logging.py
test/torch/tensors/test_multi_pointer.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_private.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