Static Methodswift-crypto 3.15.1_CryptoExtras->Crypto
encrypt(_:using:iv:)
AES_CFB.swift:27- iOS
- 13+
- macOS
- 10.15+
- Mac Catalyst
- 13+
- tvOS
- 13+
- visionOS
- 1.0+
- watchOS
- 6+
static func encrypt<Plaintext>(_ plaintext: Plaintext, using key: SymmetricKey, iv: AES._CFB.IV) throws -> Data where Plaintext : DataProtocol