---
title: AES
framework: cryptokit
role: symbol
role_heading: Enumeration
path: cryptokit/aes
---

# AES

A container for Advanced Encryption Standard (AES) ciphers.

## Declaration

```swift
enum AES
```

## Topics

### AES modes

- [AES.GCM](cryptokit/aes/gcm.md)

### AES wrappers

- [AES.KeyWrap](cryptokit/aes/keywrap.md)

## Relationships

### Conforms To

- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Ciphers

- [ChaChaPoly](cryptokit/chachapoly.md)
