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

Implement gossip-layer VSS transcript aggregation #82

Open
ghost opened this issue Apr 19, 2022 · 0 comments
Open

Implement gossip-layer VSS transcript aggregation #82

ghost opened this issue Apr 19, 2022 · 0 comments
Labels

Comments

@ghost
Copy link

ghost commented Apr 19, 2022

Currently, it is assumed that every VSS transcript is added to a block, which incurs a lot of overhead in the case of many validators.

When the gossip mechanism is redesigned, Ferveo should do VSS aggegation (basically, the aggregatable DKG approach) within the gossip layer, incurring cost more like O(# key shares * log(# validators))

@ghost ghost added the prio:med label Apr 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

0 participants