Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Cleaning up and integrating fhe after code refactoring. * Almost there. Fixing homomorphic encryption key generation and interoperability. * removed federation initializer * moved proto factory into proto dir; removed old fed env parser and utils in encryption * removed redunant opt pb methods; parsed opt params in defenv * removed uncessary imports * removed optmizers from fed_env, fixed env generator * ixed ssl certs; removed ssl stream from proto; moved create server entity into fedenv * removed pre-generated cert; simplified resource path * added CamelCase support for optimizer params * renamaded target for controller; fedenv and fed env schema changes * renamaded target for controller; fedenv and fed env schema changes * removed defaults from controller main * simplified cryptoparams path; fixed buy in fed env init * refactored server entity to remove ssl stream; restored controller.so target due to pybind error * refactored server entity to remove ssl stream; restored controller.so target due to pybind error * renamed learner servicer to server * fixed vars in grpc controller client * fixed he bug * schema and template changes * added fhe paths in config * fixes in keras model ops * added _setup_fhe in fedenv * added get_fhe_dir in config * added _setup_fhe and renamed public methods to encrypt/decrypt in homomorphic.py * controller so target restore in setup.py * import fix in scalability testing example * Final fixes. * Extending encryption schemes to support masking. * Fixed test cases and demos. * Fixed ssl and brought back ssl streams and ssl files protos. Each proto has its own unique reason of existence. This is not explained in the implementation. Added optimizer functionality without enforcing proto structure. Almost finalized the Encryption module API and refactoring encryption function calls from controller and model modules. * Changed PWA to SecAgg. Defined EncryptionScheme API. * Rearranged the testing use cases path. --------- Co-authored-by: Panagiotis Kyriakis <[email protected]>
- Loading branch information