I want to use a python library https://github.com/yann2192/pyelliptic in iOS to encrypt/decrypt.
I've gone through the following posts:
Is that possible to run a python built program on iOS as a static lib?
Embedding Python in an iPhone app
But found no luck.
Is there any way to do so?