Skip to content

iOS 13 Support

Compare
Choose a tag to compare
@iosdevzone iosdevzone released this 19 Jul 05:37
· 26 commits to master since this release
1c6e0ad

iOS 13 beta removed the following mode constants:

  • kCCModeF8,
  • kCCModeLRW, and
  • kCCModeXTS.

The first two were not actually implemented in CommonCrypto, according to comments in the header files.
The last one may have been implemented, but IDZSwiftCommonCrypto never exposed some constants that would have been needed to use it.

This release removes references to these constants.