Skip to content
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

Lack of randomness in shares in 2PC #6

Open
neha-jawalkar opened this issue Sep 30, 2022 · 2 comments
Open

Lack of randomness in shares in 2PC #6

neha-jawalkar opened this issue Sep 30, 2022 · 2 comments

Comments

@neha-jawalkar
Copy link

Hello,

Insofar as I can tell, in the 2PC code, shares of beaver triples are generated as (0, 0, 0) for both parties. Due to this (and some other code), shares of all intermediate values are of the form (X, 0). This is worrying for two reasons. First, this is insecure and may produce incorrect latency numbers. Second, all truncations are in fact exact and do not emulate local truncation errors in MPC when done with correct beaver triples. Could you suggest a way to measure accuracy when the MPC suffers from errors caused by local truncation?

Thanks!

@jlwatson
Copy link
Collaborator

Hey Neha,

Just wanted to drop you a quick update about this since that email thread a week or two ago -- I haven't forgotten about this issue! Just very underwater, so hopefully I should be able to push something in the next few days.

  • Jean-Luc

@neha-jawalkar
Copy link
Author

Thanks for the update!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants