How to generate ECPublic Key from given X component, Y component and curve in iOS?

214 Views Asked by At

I am getting X component, Y component and curve values from server. I want to derive server public key from that using openssl or common crypto.

In iOS there is no straight forward API to generate Public Key with a given X,Y & Curve values.

Any help will be much appreciated.

0

There are 0 best solutions below