IBM / fhe-toolkit-linux

IBM Fully Homomorphic Encryption Toolkit For Linux. This toolkit is a Linux based Docker container that demonstrates computing on encrypted data without decrypting it! The toolkit ships with two demos including a fully encrypted Machine Learning inference with a Neural Network and a Privacy-Preserving key-value search.
MIT License
1.43k stars 158 forks source link

SEAL interface source code in gitbug #184

Closed leccyworld closed 1 year ago

leccyworld commented 2 years ago

Hello, I see that you have a seal interface for crypto functionality in the docker but I don't see any sources in the git. I would like to see how that is integrated with the Helayers. That would help me to add other crypto libraries as well.

github-actions[bot] commented 2 years ago

Thank you very much for helping us to improve the quality of our software. The FHE Toolkit development team want to sincerely thank you for submitting your first issue and joining our technical community! We will get started on your issue immediately.

boland25 commented 2 years ago

Hi @leccyworld thanks for inquiring about the Helayers functionality. At this time Helayers is not open source. The image and compiled binaries are free to use for whatever use case you can think of, but the source code is not part of it. Perhaps sometime in the future this will change but currently this is not the case. You are still able to use the toolkit source code as some of it is shared across both helayers and the toolkit.

leccyworld commented 2 years ago

Hi @boland25 , Thanks for the reply. Does the current toolkit/libraries support proxy re-encryption scheme in CKKS at the moment? That would be enough for my use case.