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

Optimize Common Coin using a schedule #69

Closed
vkomenda opened this issue Jun 21, 2018 · 0 comments
Closed

Optimize Common Coin using a schedule #69

vkomenda opened this issue Jun 21, 2018 · 0 comments
Assignees

Comments

@vkomenda
Copy link
Contributor

Computations involving pairing are relatively slow. Simulation reveals that with even more messages requiring such computations to be performed by each node, the node run times soar. The main contributor to the run time increase is the common coin algorithm. We should try to reduce the number of encrypted Coin messages as suggested in amiller/HoneyBadgerBFT#63. That will also lead to the reduction in the number of Conf messages.

@vkomenda vkomenda self-assigned this Jun 21, 2018
@afck afck closed this as completed in #76 Jun 25, 2018
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