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

Precomputed variant should work with a threshold number of shares and not need all of them #184

Closed
cygnusv opened this issue Feb 21, 2024 · 2 comments · Fixed by #185
Closed
Labels
bug 🐛 Something isn't working

Comments

@cygnusv
Copy link
Member

cygnusv commented Feb 21, 2024

No description provided.

@piotr-roslaniec
Copy link

This issue is caused by precomputed decryption shares using all domain points of all participants for Lagrange coefficients (pre)computing.

According to the docs:

(...) you will first choose a specific sub-set of m nodes from n i.e pick an arbitrary m-of-n set of nodes (where m is the threshold), and those specific m nodes need to reply with precomputed decryption shares (...)

So in order to fix this, I will expose an interface where the caller (tDec decryption client) can specify said subset of participants to have decryption shares created for them.

@piotr-roslaniec
Copy link

Closed by #185

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐛 Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants