Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Collective signature (a.k.a CoSi) #375

Open
4 tasks
olemis opened this issue Nov 22, 2019 · 0 comments
Open
4 tasks

Collective signature (a.k.a CoSi) #375

olemis opened this issue Nov 22, 2019 · 0 comments
Labels
cosi CoSi collective signature crypto Firmware messages for crypto operations firmware MCU firmware
Milestone

Comments

@olemis
Copy link
Collaborator

olemis commented Nov 22, 2019

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.

Additional context
Requires fibercrypto/skywallet-protob#80

@olemis olemis added cosi CoSi collective signature crypto Firmware messages for crypto operations labels Nov 22, 2019
@olemis olemis added this to the v3 milestone Nov 22, 2019
@olemis olemis added the firmware MCU firmware label Nov 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cosi CoSi collective signature crypto Firmware messages for crypto operations firmware MCU firmware
Projects
None yet
Development

No branches or pull requests

1 participant