IDZSwiftCommonCrypto v0.13.0 Release Notes

Release Date: 2019-07-19 // almost 5 years ago
  • ๐Ÿšš 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.