decrypt(_:using:nonce:)

AES_CTR.swift:38
iOS
13+
macOS
10.15+
tvOS
13+
watchOS
6+
static func decrypt<Ciphertext>(_ ciphertext: Ciphertext, using key: SymmetricKey, nonce: AES._CTR.Nonce) throws -> Data where Ciphertext : DataProtocol