Enumerationswift-crypto 3.8.0Crypto
AES
A container for Advanced Encryption Standard (AES) ciphers.
AES.swift:18enum AES
Citizens in Crypto
Types
enum GCM
The Advanced Encryption Standard (AES) Galois Counter Mode (GCM) cipher suite.
enum KeyWrap
An implementation of AES Key Wrapping in accordance with the IETF RFC 3394 specification.
Available in _CryptoExtras
Types
Show implementation details (3)
Hide implementation details
Type members
static func inversePermute<Payload>(inout Payload, key: SymmetricKey
) throws Apply the AES permutation operation in the decryption direction.
static func permute<Payload>(inout Payload, key: SymmetricKey
) throws Apply the AES permutation operation in the encryption direction.