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

Should other VSS schemes be implemented? #4

Open
3 of 6 tasks
quackzar opened this issue Oct 9, 2023 · 0 comments
Open
3 of 6 tasks

Should other VSS schemes be implemented? #4

quackzar opened this issue Oct 9, 2023 · 0 comments

Comments

@quackzar
Copy link
Member

quackzar commented Oct 9, 2023

Currently we are looking at vanilla Shamir and Feldman.
Other candidates are SPDZ and SPDZ2k, which should not be too difficult.

Schemes so far

  • Shamir
  • Feldman
  • Pedersen
  • SPDZ
  • SPDZ2k
  • Rep3

Currently only Shamir has multiplication support. Other schemes can you use the generic Beaver multiplication protocol with preprocessed input, however this itself requires a multiplication protocol.

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

1 participant