nucypher / nufhe

NuCypher fully homomorphic encryption (NuFHE) library implemented in Python
https://nufhe.readthedocs.io/en/latest/
GNU General Public License v3.0
441 stars 53 forks source link

Connect TFHE to other HE schemes #37

Closed lucacolombo97 closed 2 years ago

lucacolombo97 commented 2 years ago

Hi all! I'd like to know if it is possible to connect TFHE with another HE scheme working on integers like BGV/BFV in order to perform SIMD operations by using functions on Lwe already provided by this library.

Thanks in advance.

fjarri commented 2 years ago

Sorry for a delayed response. There is a thing called CHIMERA.

This project is probably not going to implement it, it is frozen, but there is a new iteration of an FHE software in development in a branch of NuCypher, which hopefully will be announced soon.

lucacolombo97 commented 2 years ago

Thank you very much for your response.