tss-lib icon indicating copy to clipboard operation
tss-lib copied to clipboard

when can i use party.Waitingfor()

Open kolvin2016 opened this issue 2 years ago • 2 comments

how to use waitingfor method ,can give a simple demo or explain when to use it

kolvin2016 avatar Apr 20 '22 04:04 kolvin2016

The state list ok[j] stores whether parties[j] has sent his message. The method returns the parties that have not receive message from yet. For example, if network disconnected for some party, other parties will find themself waitingfor the disconnected party.

yycen avatar Apr 21 '22 08:04 yycen

How this function can be useful? What can I do if parties are waiting for someone? Assume the number of parties is more than t+1, and they are waiting for one party. Can I skip it if still t+1 condition is true? Or does the protocol handles the situation and can finish the process?

Aseyed avatar Nov 08 '22 17:11 Aseyed