fs-dkr icon indicating copy to clipboard operation
fs-dkr copied to clipboard

FS-DKR: One Round Distributed Key Rotation

Results 14 fs-dkr issues
Sort by recently updated
recently updated
newest added

PDLwSlack can be found here: https://github.com/ZenGo-X/multi-party-ecdsa/tree/master/src/utilities/zk_pdl_with_slack

A sample scenario: - We start 300 validator nodes - Only 100 of them becomes valid validators in the first coming session - These 100 nodes participate in key generation...

The code currently assumes: 1) all `n` refresh message arrive 2) If 1 out of `n` messages fails the test the protocol fails. Therefore in the protocol we simply take...

Add a benchmark for the computation time and bandwidth required to run the refresh (per party). See if there are ways to optimize the code from an engineering point of...