We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the solution you'd like Implement Elliptic Curve Diffie-Hellman shared secret generation by exchanging the following messages
GetECDHSessionKey
ECDHSessionKey
Describe alternatives you've considered Generic Buffer message with reason code would lead to duplicating message type logic and doing it by hand.
Buffer
Additional context Requires fibercrypto/skywallet-protob#80
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the solution you'd like
Implement Elliptic Curve Diffie-Hellman shared secret generation by exchanging the following messages
GetECDHSessionKey
requests for session keyECDHSessionKey
response contains bytes buffer of key dataDescribe 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
The text was updated successfully, but these errors were encountered: