Elliptic Curve Crypto in iOS

前端 未结 5 1098
臣服心动
臣服心动 2021-01-01 12:54

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

5条回答
  •  长发绾君心
    2021-01-01 13:27

    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.

    You can also use crypto++.

提交回复
热议问题