-
Notifications
You must be signed in to change notification settings - Fork 147
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
Question: Does tfhe-rs (plan to) support multiparty or multikey FHE? #381
Comments
Hey! Thanks for the comment, this is really appreciated :) About the multi key stuff, or more generally multi users, this is not supported at the moment. However, we are working on solutions based on threshold fhe, which will be available in 2024. This will be more efficient than existing multikeys based solutions, since using the same evaluation keys than the ones already in use! We keep your issue opened until then ;) |
Is the threshold fhe becoming available in 2024 in collabaration with the DFINITY Foundation? |
hey apologies @lastmjs your question fell through the cracks with the summer break, we'll get back to you 🙂 |
Hey @lastmjs, sorry for the delay! |
Hey, I'm working on something related to sMPC (to be specific, off-chain compute layer for general computation and storage, something like flux cloud using sMPC) and would like to use TFHE instead to make it more efficient, any leads on how to do that with this implementation?. Another question is when are you implementing the sidechannel attack mitigation? |
hello @alfellati when you say this implementation what are you referring to ? As for the side channel attacks we are not yet stable, so unclear at the moment |
Are there any updates on when in 2024 we will have some kind of threshold of multikey support for TFHE-rs? |
Hello @jborfila! Have you progressed on the threshold work? Is there any ETA or early work (from another branch) to play with? Thanks! |
Hi, I'm also very interested in this feature, even a development branch to start playing around. |
Interested |
What is the problem you want to solve and can not with the current version?
Very cool project! Thank you for the awesome work you guys are doing! 🥇
I wasn't able to find any mention of MP/MK FHE in the docs and examples.
Describe the solution you'd like
Describe alternatives you've considered
I thought about solutions involving (TEE-based/proxy) reencryption, but that's far from ideal.
The text was updated successfully, but these errors were encountered: