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
Describe the solution you'd like
Implement collective signature protocol (a.k.a CoSi) through following messages
CosiCommit asks device to commit to CoSi signing
CosiCommitment in reply to the former
CosiSign request to sign using CoSi
CosiSignature retrieves signature
Describe alternatives you've considered CosiSignature may be replaced with a generic Buffer message with a numeric reason value, but this would duplicate protobuffer selection by message type.
Describe the solution you'd like
Implement collective signature protocol (a.k.a CoSi) through following messages
CosiCommit
asks device to commit to CoSi signingCosiCommitment
in reply to the formerCosiSign
request to sign using CoSiCosiSignature
retrieves signatureDescribe alternatives you've considered
CosiSignature
may be replaced with a genericBuffer
message with a numeric reason value, but this would duplicate protobuffer selection by message type.Additional context
Requires fibercrypto/skywallet-protob#80
The text was updated successfully, but these errors were encountered: