This repository is a fork of Microsoft Research's homomorphic encryption implementation, the Simple Encrypted Arithmetic Library (SEAL). This code wraps the SEAL build in a docker container and provides Python API's to the encryption library.
commented 27 minutes ago
I want to implement homomorphic encryption in python.
Want to encrypt CSV file and use it to test the decision tree ..how can I do it ?
I want to implement homomorphic encryption in python. Want to encrypt CSV file and use it to test the decision tree ..how can I do it ?