hohl / MIHCrypto

OpenSSL wrapper for Objective-C [cryptography]
MIT License
341 stars 68 forks source link

Use ECC encryption to decrypt how to use. #63

Closed leohyman closed 4 years ago

hohl commented 4 years ago

ECC support is only available through MIHCrypto version 0.5.0 which is not available through the central Cocoapods directory. To manually install MIHCrypto 0.5.0, run:

pod 'MIHCrypto', :git => 'https://github.com/hohl/MIHCrypto.git', :tag => '0.5.0'

Then you can find ECC support through the MIHEC* classes.