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

Recovery Design with VRF #31

Closed
torao opened this issue Mar 13, 2020 · 1 comment
Closed

Recovery Design with VRF #31

torao opened this issue Mar 13, 2020 · 1 comment
Labels
C: documentation Classification: Improvements or additions to documentation

Comments

@torao
Copy link
Contributor

torao commented Mar 13, 2020

Identify how VRF can be used to recover from node failure (normal or Byzantine).

@torao torao added the C: documentation Classification: Improvements or additions to documentation label Mar 13, 2020
@torao
Copy link
Contributor Author

torao commented Mar 23, 2020

FYI: In Algorand: Scaling Byzantine Agreements for Cryptocurrencies §5.2,

If the block does not contain a valid seed (e.g., because the block was proposed by a malicious user and included invalid transactions), users treat the entire proposed block as if it were empty, and use a cryptographic hash function H (which we assume is a random oracle) to compute the associated seed for round r as seedr = H(seedr−1 ||r). The value of seed0, which bootstraps seed selection, can be chosen at random at the start of Algorand by the initial participants (after their public keys are declared) using distributed random number generation [14]. To limit the adversary’s ability

@torao torao closed this as completed Jul 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C: documentation Classification: Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant