Secure aggregation for federated learning using secure enclaves.
-
Follow the instructions in
server/
to build the C++ library. -
To install the Python package, navigate to
python-package/
and run the setup script.
sudo python3 setup.py install
- Check that the secagg package has been installed.
$ python3
>>> import secagg