cryptography-kotlin
cryptography-kotlin copied to clipboard
Secret/Shared Key generation using ECDSA
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?