Skip to content

Commit 365ede1

Browse files
committed
Renamed encoded property to rawKey in Masterkey
1 parent 695ddb2 commit 365ede1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/CryptomatorCryptoLib/Masterkey.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import Foundation
1212
public class Masterkey {
1313
private(set) var aesMasterKey: [UInt8]
1414
private(set) var macMasterKey: [UInt8]
15-
public var encoded: [UInt8] {
15+
public var rawKey: [UInt8] {
1616
return aesMasterKey + macMasterKey
1717
}
1818

0 commit comments

Comments
 (0)