fibercrypto / skywallet-mcu

Skywallet bootloader and firmware
2 stars 5 forks source link

Generate ECDH session key #376

Open olemis opened 4 years ago

olemis commented 4 years ago

Describe the solution you'd like Implement Elliptic Curve Diffie-Hellman shared secret generation by exchanging the following messages

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