Release 2.0.0-rc6
Pre-release
Pre-release
- Replaced legacy method
Cryptors.version1(...)
withCryptorProvider.forScheme(SIV_CTRMAC)
- Replaced
CryptorProvider.withKey(key)
withCryptorProvider.provide(key, csprng)
- Replaced
Cryptors.cleartextSize(ciphertextSize, cryptor)
withFileContentCryptor.cleartextSize(ciphertextSize)
- Replaced
Cryptors.ciphertextSize(cleartextSize, cryptor)
withFileContentCryptor.ciphertextSize(cleartextSize)
- Moved
DecryptingReadableByteChannel
,EncryptingReadableByteChannel
andEncryptingWritableByteChannel
to packageorg.cryptomator.cryptolib.common
- Removed package
org.cryptomator.cryptolib