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

Add threshold decryption to Anoma #669

Open
6 tasks
Tracked by #358
batconjurer opened this issue Nov 25, 2021 · 0 comments
Open
6 tasks
Tracked by #358

Add threshold decryption to Anoma #669

batconjurer opened this issue Nov 25, 2021 · 0 comments
Labels

Comments

@batconjurer
Copy link
Member

batconjurer commented Nov 25, 2021

Txs on Anoma are to be encrypted with a key posted on chain that has been created by the DKG protocol. In order to decrypt these transcactions, validators must include decryption shares of the tx in their vote extensions. These can be combined to decrypt the transaction.

  • Add decryption shares to vote extensions
  • Store decryption shares locally until decryption is performed (then they can be removed)
  • Empty decryption shares at the beginning of ProcessProposal
  • Add verification of decryption shares to VerifyVoteExtension
  • Add necessary protocol tx types
  • Modify PrepareProposal (maybe?) to apply decryption shares to decrypt txs to be included in next proposal

┆Issue is synchronized with this Asana task by Unito

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
No open projects
Status: Todo
Development

No branches or pull requests

1 participant