Elliptic Curve Crypto in iOS

前端 未结 5 1076
臣服心动
臣服心动 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:28

    Unfortunately, the Security Transforms [1] (the iOS built-in framework one should go to and the one the post mentioned above uses) does not seem to have support for elliptic curves built in. You'll have to rely on a non-apple implementation of ECC.

    [1] http://developer.apple.com/library/mac/#documentation/Security/Conceptual/SecTransformPG/SecurityTransformsBasics/SecurityTransformsBasics.html

提交回复
热议问题