IDZSwiftCommonCrypto
IDZSwiftCommonCrypto copied to clipboard
Fix up CTR mode wrong options
when use CTR mode, options = 0 in iOS 10.3, CCCryptorCreateWithMode will return kCCUnimplemented, change options = CCModeOptions(kCCModeOptionCTR_BE) fix it.
Thank you for bringing this to my attention. I will take a closer look at it this weekend and merge in a final solution.