File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -90,14 +90,14 @@ when recovering a wallet.
9090
9191The biggest challenge in using FROST with Zcash is allowing participants to
9292communicate securely with each other, which is required to run the FROST
93- protocol. Since wallets don't currently need to communication to each other, a
93+ protocol. Since wallets don't currently need to communicate with each other, a
9494whole new mechanism will need to be implemented.
9595
9696For this to happen, two things are required:
9797
9898- Allowing wallets to actually communicate with each other (regardless of
9999 security). This is challenging because users are usually behind NATs and
100- firewalls, so they can't simply open TCP connections with each other. So
100+ firewalls, so they can't simply open TCP connections with each other. So,
101101 some kind of signaling server may be needed.
102102- Making the communication secure. This is actually fairly solvable while not
103103 trivial and we're planning on working on a library to address it. It needs to
You can’t perform that action at this time.
0 commit comments