fibercrypto / fibercrypto/skywallet-mcu
Generate ECDH session key
Open
crypto
firmware
- Dominant language
- C
- Stars
- 2
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
**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
Contributor guide
Assessment
This issue has not been assessed yet.