RNCryptor v5.1.0 Release Notes
Release Date: 2019-04-20 // over 5 years ago-
- ⚡️ Update to Swift 5
- 👉 Uses CommonCrypto modular headers (available since 4.2)
Previous changes from v5.0.3
-
- ⚠ #272. Correct warnings related to incorrect memory access. The previous code was invalid Swift (it accessed a value inside its own
withUnsafeBytes
block), but happened to work. - ✂ Removes a
Data.init
work-around that is no longer needed. - #252. Use semver for tags rather than custom
RNCryptor-#
tags.
- ⚠ #272. Correct warnings related to incorrect memory access. The previous code was invalid Swift (it accessed a value inside its own