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
Hey there,
Using the ECDSA algorithm, and given Bob public key and Alice private key, how can I generate a secret key between Bob and Alice using this library?
It seems that the library doesn't provide access to curve parameters so I cannot generate a secret key myself, and there is not public API for that.
Is it planned in the near future or do you have an advice for me to achieve that?
The text was updated successfully, but these errors were encountered:
Hey! ECDH support is planned in the upcoming release, no specific date for now, unfortunately.
Access to curve parameters is not planned at this moment, and overall, there are not a lot of use-cases for this on current moment.
Sorry, something went wrong.
0.4.0 was just released! PBKDF2, ECDH and HKDF are now available via secret derivation and shared secret derivation APIs.
No branches or pull requests
Hey there,
Using the ECDSA algorithm, and given Bob public key and Alice private key, how can I generate a secret key between Bob and Alice using this library?
It seems that the library doesn't provide access to curve parameters so I cannot generate a secret key myself, and there is not public API for that.
Is it planned in the near future or do you have an advice for me to achieve that?
The text was updated successfully, but these errors were encountered: