Skip to content

Commit 0976141

Browse files
committed
Adjusted access control of cleartextChunkSize
1 parent 79df111 commit 0976141

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/CryptomatorCryptoLib/Cryptor.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ public class Cryptor {
7171
return contentCryptor.nonceLen + fileHeaderPayloadSize + contentCryptor.tagLen
7272
}
7373

74-
private let cleartextChunkSize = 32 * 1024
74+
let cleartextChunkSize = 32 * 1024
7575
var ciphertextChunkSize: Int {
7676
return contentCryptor.nonceLen + cleartextChunkSize + contentCryptor.tagLen
7777
}

0 commit comments

Comments
 (0)