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
ContentCryptor
protocol andCtrThenHmacContentCryptor
implementation Cryptor
'sfileHeaderSize
is 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
encoded
property torawKey
inMasterkey
0.11.3
- Added
encoded
property toMasterkey
0.11.2
- Renamed some values of
MasterkeyFileError
- Removed
expectedVaultVersion
param during unlock