-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support TFHE #28
Comments
The back-end FHE primitives will be important👍 The purpose of this issue is to support multiple primitives, but what is the position of bfv-py ? The readme says it is for educational purposes, but can we recognise this repository as an official BFV implementation in Greco? |
Hi @adust09. Not sure if this answers your question. What was your concern with bfv-py? |
MAKE SENSE! |
btw, I've always wondered why it decrypts immediately after encrypting with circuit_sk without any operation (EvalAdd in bfv-py).I was satisfied with the explanation that this is also not directly related to the overall Greco flow test, so it is not executed. |
Exactly, you shouldn't see bfv-py as a backend, as there's really no backend needed here.
There's no particular priority here, it all depends if there's demand or willingness to contribute |
I would love to build the TFHE support for greco ,can i take this issue? |
TFHE still works on RLWE so it shouldn't be too hard to adapt it -> https://www.zama.ai/post/tfhe-deep-dive-part-1
The text was updated successfully, but these errors were encountered: