Skip to content

Release 2.0.0-rc6

Pre-release
Pre-release
Compare
Choose a tag to compare
@cryptobot cryptobot released this 28 Jun 13:08
2.0.0-rc6
cefd70b
  • Replaced legacy method Cryptors.version1(...) with CryptorProvider.forScheme(SIV_CTRMAC)
  • Replaced CryptorProvider.withKey(key) with CryptorProvider.provide(key, csprng)
  • Replaced Cryptors.cleartextSize(ciphertextSize, cryptor) with FileContentCryptor.cleartextSize(ciphertextSize)
  • Replaced Cryptors.ciphertextSize(cleartextSize, cryptor) with FileContentCryptor.ciphertextSize(cleartextSize)
  • Moved DecryptingReadableByteChannel, EncryptingReadableByteChannel and EncryptingWritableByteChannel to package org.cryptomator.cryptolib.common
  • Removed package org.cryptomator.cryptolib