Question: Is it possible to use DKG algorithm in smart contract? #732
-
frost/frost-core/src/keys/dkg.rs Lines 18 to 23 in dcf1773 https://frost.zfnd.org/terminology.html#broadcast-channel Can smart contract act as "secure broadcast channel"? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
It depends on a lot of factors (How participants check which published commitments belong to them? How exactly the smart contract works?) but in general, yes, since it could provide an immutable public record of the commitments. |
Beta Was this translation helpful? Give feedback.
-
How can we handle reorgs, if the chain that has smart contracts supports reorgs? We just wait for enough confirmations? |
Beta Was this translation helpful? Give feedback.
It depends on a lot of factors (How participants check which published commitments belong to them? How exactly the smart contract works?) but in general, yes, since it could provide an immutable public record of the commitments.