Skip to content

Commit

Permalink
Update FROST.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Fiono11 authored Mar 4, 2024
1 parent 861c877 commit 9d2cbc3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion applications/FROST.md
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,8 @@ Future plans may follow one of two directions, depending on the market feedback,
- Decentralize and strengthen the security model of the protocol further. This includes:
- Removing the central server that acts as the relayer (either by having multiple fallback servers or none at all, using libp2p for peer-to-peer communication*, for example);
- Not having a single party acting as the Signature Aggregator. This can be useful for applications where the signers do not trust each other.
- Making the protocol robust and asynchronous, guaranteeing that a signing session always terminates in the presence of at least $t$ honest signers and under bad network conditions (https://eprint.iacr.org/2022/550.pdf).
- Making the DKG subprotocol robust, removing the need to restart it if a cheater is identified (https://eprint.iacr.org/2021/1658.pdf).
- Making the signing subprotocol robust and asynchronous, guaranteeing that it always terminates in the presence of at least $t$ honest signers and under bad network conditions (https://eprint.iacr.org/2022/550.pdf).
- Add functionality to the protocol. For example:
- Add support to ECDSA;
- Optimize the scheme to be weighted, so that different parties have different amounts of shares (https://trust-machines.github.io/wsts/wsts.pdf);
Expand Down

0 comments on commit 9d2cbc3

Please sign in to comment.