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

Generate ECDH session key #376

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

Generate ECDH session key #376

olemis opened this issue Nov 22, 2019 · 0 comments
Labels
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 Elliptic Curve Diffie-Hellman shared secret generation by exchanging the following messages

  • GetECDHSessionKey requests for session key
  • ECDHSessionKey response contains bytes buffer of key data

Describe alternatives you've considered
Generic Buffer message with reason code would lead to duplicating message type logic and doing it by hand.

Additional context
Requires fibercrypto/skywallet-protob#80

@olemis olemis added the crypto Firmware messages for crypto operations label 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
crypto Firmware messages for crypto operations firmware MCU firmware
Projects
None yet
Development

No branches or pull requests

1 participant