Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 463 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 463 Bytes

Secure Aggregation

Secure aggregation for federated learning using secure enclaves.

Installation

  1. Follow the instructions in server/ to build the C++ library.

  2. To install the Python package, navigate to python-package/ and run the setup script.

sudo python3 setup.py install
  1. Check that the secagg package has been installed.
$ python3

>>> import secagg