Enumeration Caseswift-crypto 3.8.0Crypto
AES_GCM_256
An Advanced Encryption Standard cipher in Galois/Counter Mode with a key length of 256 bits.
HPKE-AEAD.swift:26case AES_GCM_256
Other cases
case AES_GCM_128
An Advanced Encryption Standard cipher in Galois/Counter Mode with a key length of 128 bits.
case chaChaPoly
A ChaCha20 stream cipher with the Poly1305 message authentication code.
case exportOnly
An export-only mode.