Releases: cryptomator/cryptolib-swift
Releases · cryptomator/cryptolib-swift
1.1.0
1.0.2
- Fixed crash when encrypting/decrypting invalid filenames
1.0.1
- Added
Masterkey.createFromRaw()initializer with one param - Adjusted access control of existing
Masterkey.createFromRaw()initializer with two params
1.0.0
- First production-ready release
0.13.1
- Improved memory usage during encryption/decryption
0.13.0
- Split up unlock method so that the KEK can be retrieved/used
0.12.0
- Added
ContentCryptorprotocol andCtrThenHmacContentCryptorimplementation Cryptor'sfileHeaderSizeis now a computed property instead of a type property- Added SwiftLint and improved code style/conventions enforcement
- Removed CocoaPods support
- Updated dependencies
0.11.4
- Renamed
encodedproperty torawKeyinMasterkey
0.11.3
- Added
encodedproperty toMasterkey
0.11.2
- Renamed some values of
MasterkeyFileError - Removed
expectedVaultVersionparam during unlock