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

Verify blinding of the key shares #45

Open
piotr-roslaniec opened this issue Jan 23, 2023 · 2 comments
Open

Verify blinding of the key shares #45

piotr-roslaniec opened this issue Jan 23, 2023 · 2 comments

Comments

@piotr-roslaniec
Copy link

piotr-roslaniec commented Jan 23, 2023

  • Implemented in the tpke crate, verify_blinding
  • Checks that $e(g, \sum_i(Y_i)) = e(\sum_i(A_i), [b] H)$
  • Used to be a part of fast threshold decryption flow
  • Currently doesn't work
    • At one point we "fixed" that code by removing the blinding (source). Those changes were temporary - the bliding on main branch is done using a random factor. This factor corresponds to validator's key in ferveo.
    • Removing blinding factor didn't impact verifiabilty (verification didn't work).
  • Missing from operation summary in docs
@derekpierre
Copy link
Member

Is this done or still ongoing? And is it needed for the initial version?

@piotr-roslaniec
Copy link
Author

This is in backlog and not necessary for the initial version since it relates to the fast tDec variant that we don't plan on using. We also don't know if this check is relevant to other variants, and hence this issue is tagged as "research".

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

No branches or pull requests

2 participants