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 randomness functional unit (randfu) #1

Open
kc1212 opened this issue May 9, 2019 · 0 comments
Open

Implement randomness functional unit (randfu) #1

kc1212 opened this issue May 9, 2019 · 0 comments

Comments

@kc1212
Copy link
Contributor

kc1212 commented May 9, 2019

implementation decisions:

  • one API for getting the randomness, e.g., GetPublicRand(round int) (round int, prev, s []byte)
  • one API for verifying the randomness
  • client driven (round number is incremented only when clients send requests)
  • the node that receives the client request is responsible for collecting the threshold signatures and then doing the interpolation
  • one "chain" of signatures
  • no need for robustness feature (threshold DKG, resharing)
@kc1212 kc1212 self-assigned this May 9, 2019
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