Leander Jehl

Results 3 comments of Leander Jehl

Mock modules are located here: https://github.com/relab/hotstuff/tree/master/internal/mocks

In [7e59d24](https://github.com/relab/hotstuff/pull/78/commits/7e59d2464ddb7dba515b1b3d6792e726bc67101e) I revised the approach. Now the synchronizer has both a `currentView` and `nextView`. `currentView` is advanced on receiving a TC or QC, while `nextView` is advanced on receiving...

Hi, I wonder if we should at least rename `CreateThresholdSignature` and `VerifyThresholdSignature` to CreateMultiSignature` and `VerifyMultiSignature`. Based on https://crypto.stanford.edu/~dabo/pubs/papers/BLSmultisig.html I believe the rogue-key attack can be prevented if signers prove...