Elliptic Curve Crypto in iOS

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

    I'm unfortunately failing at finding a proper documentation, but maybe you can use the CommonCrypto framework from Apple?

    This header seams promising: http://opensource.apple.com/source/CommonCrypto/CommonCrypto-60027/Source/CommonCryptoSPI/CommonECCryptor.h

提交回复
热议问题