Skip to content

Commit

Permalink
Update ThresholdSignature.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Fiono11 authored Mar 16, 2024
1 parent 95858ea commit 7ca6663
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions applications/ThresholdSignature.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ As of note, an implementation is currently being developed based on [SimplPedPop

```rust
pub mod simplpedpop {
/// Generates the SimplPedPop messages to be sent to the Coordinator or directly to the other participants.
/// Generates the SimplPedPop messages to be sent to the coordinator or directly to the other participants.
pub fn generate_simplpedpop(identifier: Identifier, max_signers: u16, min_signers: u16) -> Result<(SecretPackage, Package), Error>;

/// Verifies the messages received from all participants and returns the data for the equality check and DKG output.
Expand Down Expand Up @@ -293,7 +293,7 @@ Future plans may follow one of two directions, depending on the market feedback,
- Optimize the scheme to be [weighted](https://trust-machines.github.io/wsts/wsts.pdf), so that different parties have different amounts of shares;
- [Issuing new shares](https://conduition.io/cryptography/shamir/#Issuing-a-New-Share), which can be used to enroll new members and recover lost shares (removing members is much more difficult since you cannot be sure that someone deleted their shares);
- [Decrease the threshold](https://conduition.io/cryptography/shamir-resharing/).
- Develop a "real world" implementation using [libp2p](https://github.com/libp2p/rust-libp2p), which is compatible with [WebRTC](https://github.com/libp2p/rust-libp2p/pull/2622). This would allow for establishing direct secure communication between web wallets using the browser.
- Develop a "real world" implementation using the WebRTC protocol for establishing a direct secure communication between web wallets in the browser.

## Additional Information :heavy_plus_sign:

Expand Down

0 comments on commit 7ca6663

Please sign in to comment.