IDZSwiftCommonCrypto v0.13.1 Release Notes
Release Date: 2020-07-27 // over 4 years ago-
No data yet ๐
You can check the official repo
Previous changes from v0.13.0
-
๐ iOS 13 beta removed the following mode constants:
kCCModeF8
,kCCModeLRW
, andkCCModeXTS
.
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.