cryptography-kotlin icon indicating copy to clipboard operation
cryptography-kotlin copied to clipboard

Secret/Shared Key generation using ECDSA

Open na2axl opened this issue 8 months ago • 1 comments

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?

na2axl avatar May 26 '24 16:05 na2axl