You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current solution supports the GenerateCommittee command that will create generate frost_keys for all members in one place i.e. trusted dealer. We should switch to using a distributed key generation flow so that each member's key is not exposed to anyone but themselves.
@mimoo there is this crate which looks like we could use. If it looks good with you, I could try create the first POC.
Current solution supports the
GenerateCommitteecommand that will create generatefrost_keysfor all members in one place i.e. trusted dealer. We should switch to using a distributed key generation flow so that each member's key is not exposed to anyone but themselves.@mimoo there is this crate which looks like we could use. If it looks good with you, I could try create the first POC.