decrypt(_:using:iv:)

AES_CFB.swift:37
iOS
13+
macOS
10.15+
tvOS
13+
watchOS
6+
static func decrypt<Ciphertext>(_ ciphertext: Ciphertext, using key: SymmetricKey, iv: AES._CFB.IV) throws -> Data where Ciphertext : DataProtocol