ferveo icon indicating copy to clipboard operation
ferveo copied to clipboard

Implement randomness beacon via threshold signatures

Open joebebel opened this issue 3 years ago • 1 comments

This is not the highest priority task, but it is relatively straightforward and can also be good for testing the overall system.

https://www.cc.gatech.edu/~aboldyre/papers/bold.pdf

joebebel avatar Mar 13 '21 23:03 joebebel

We probably will need to use the Verifiable Unpredictable Function as described in the Aggregatable DKG paper, since BLS signatures aren't compatible with the group secret key generated by our DKG.

joebebel avatar Jul 07 '21 04:07 joebebel