poanetwork / hbbft

An implementation of the paper "Honey Badger of BFT Protocols" in Rust. This is a modular library of consensus.
Other
357 stars 96 forks source link

Keep key gen msgs with values encrypted to self. Remove TODO. #353

Closed afck closed 5 years ago

afck commented 5 years ago

Not only is the code simpler this way, it also has the advantage that a node that has crashed and is restarting can recompute its key share.