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

Secret/Shared Key generation using ECDSA #32

Closed
na2axl opened this issue May 26, 2024 · 2 comments
Closed

Secret/Shared Key generation using ECDSA #32

na2axl opened this issue May 26, 2024 · 2 comments
Milestone

Comments

@na2axl
Copy link

na2axl commented May 26, 2024

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?

@whyoleg
Copy link
Owner

whyoleg commented May 26, 2024

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.

@whyoleg
Copy link
Owner

whyoleg commented Oct 12, 2024

0.4.0 was just released!
PBKDF2, ECDH and HKDF are now available via secret derivation and shared secret derivation APIs.

@whyoleg whyoleg closed this as completed Oct 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants