Are there any apis for the same and if not how can I proceed?
Are there any apis for the same and if not how can I proceed?
Hi,
What you ask for does not quite make sense. What is the overall task you intend to perform, can you provide a bit more context?
For instance, we have a sample in the SDK performing Elliptic-curve Diffie-Hellman key exchange. Calculations revolving around keys, points, etc. on the elliptic curve are part of what is performed under-the-hood when cryptography APIs are used, but there should be no need to perform individual sub-steps of those algorithms manually.
Regards,
Terje
Apologies, I should have worded it better.
How do I decompress a public key which I have received in compressed form.
Apologies, I should have worded it better.
How do I decompress a public key which I have received in compressed form.
requesting help in this