I am trying to implement ecc technique for encryption. I went through the following posts:
which doesn't have any satisfactory solutions.
Now, I am thinking of using a python library
https://github.com/yann2192/pyelliptic
But I am not aware if this would be the better solution for using ecc for encryption as I would still need to figure out a way to use the python library in objc.
Can somebody point me in right direction?
Finally, I made my own library for ECC/ECDSA which is now available on github