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 d8adbd9 commit 65ddb38Copy full SHA for 65ddb38
IDZSwiftCommonCrypto/StreamCryptor.swift
@@ -237,7 +237,7 @@ open class StreamCryptor
237
}
238
239
/// No options
240
- public static let None = Options(rawValue: 0)
+ public static let None : Options = []
241
/// Use padding. Needed unless the input is a integral number of blocks long.
242
public static var PKCS7Padding = Options(rawValue:kCCOptionPKCS7Padding)
243
/// Electronic Code Book Mode. Don't use this.
0 commit comments