We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a53572a commit 60f9449Copy full SHA for 60f9449
Sources/CryptomatorCryptoLib/Cryptor.swift
@@ -66,6 +66,10 @@ public class Cryptor {
66
static let cleartextChunkSize = 32 * 1024
67
static let ciphertextChunkSize = kCCBlockSizeAES128 + cleartextChunkSize + Int(CC_SHA256_DIGEST_LENGTH)
68
69
+ public var masterkeyVersion: Int {
70
+ return masterkey.version
71
+ }
72
+
73
private let masterkey: Masterkey
74
private let cryptoSupport: CryptoSupport
75
0 commit comments