-
Notifications
You must be signed in to change notification settings - Fork 12
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
Include FHE as an instantiation of private computation #24
Comments
I thought about including FHE, though I left it out for 2 reasons:
It's also not obvious (at this point) that TEEs require two entities. Originally posted by @eriktaubeneck in #14 (comment) |
Originally posted by @martinthomson in #14 (comment) |
Ok, that works for me. I've been turning over the multi-party idea (wrt this and other parts), and I realized the constraint I've been circling around is the idea that we likely want 2 (or more) parties who are known up front and can be trusted to reach some conditions (typically non-collusion.) This was my concern with the single coordinator model, as one of the parties is the report collector, who is not known up front. I additionally wasn't sure if the client/user would be considered one of these parties, but maybe that point is moot due to the scale. I'm fine with this addition, and will work in the known up front part elsewhere. Originally posted by @eriktaubeneck in #14 (comment) |
Originally posted by @marianapr in #14 (comment) |
@marianapr agreed that the number of parties/non-collusion is a different type of assumption than the architecture and trust assumptions, and I can take another pass to try and call these two assumptions out distinctly. That said, this PR is attempting to suggest that those assumptions don't need to be made in the standard or threat model, but rather by the implementors (web platform vendors.) Originally posted by @eriktaubeneck in #14 (comment) |
I moved this all over into a new issue as it's an important conversation and I'm not convinced it's fully resolved. |
Originally posted by @martinthomson in #14 (comment)
The text was updated successfully, but these errors were encountered: