We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79df111 commit 0976141Copy full SHA for 0976141
Sources/CryptomatorCryptoLib/Cryptor.swift
@@ -71,7 +71,7 @@ public class Cryptor {
71
return contentCryptor.nonceLen + fileHeaderPayloadSize + contentCryptor.tagLen
72
}
73
74
- private let cleartextChunkSize = 32 * 1024
+ let cleartextChunkSize = 32 * 1024
75
var ciphertextChunkSize: Int {
76
return contentCryptor.nonceLen + cleartextChunkSize + contentCryptor.tagLen
77
0 commit comments