PyFE
PyFE copied to clipboard
A library for running Functional Encryption on tensors
## Question Is this project still maintained? ## Further Information This library seems to offer exactly what I need for one of my projects. Installing the lib from pip I...
## Question Hello, I have successfully run this code, but I do not know how to decrypt the ciphertext, and I have not seen the source code of decryption. So,...
https://pypi.org/project/pyfe/0.0.1/ TODO: Gotta make the charm installation into a Makefile without "apt" dependencies Edit: TODO to be handled by #4
Currently it is required for the user to have the dependencies of `charm` `gmp` and `pbc` installed. Can this somehow be incorporated into the pypi package with OS compatibility (hopefully)