I\'m trying to incorporate ECC into an iPhone app that is being used for secure communications but I\'m having a hard time finding a proper library / tutorial on how to do t
As my expereince you can use Nacl Library. This library has curve25519 elliptic curve implementation. This is the state of the art and the fastest library.