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

# AES.KeyWrap

An implementation of AES Key Wrapping in accordance with the IETF RFC 3394 specification.

## Declaration

```swift
enum KeyWrap
```

## Topics

### Wrapping an AES key

- [wrap(_:using:)](cryptokit/aes/keywrap/wrap(_:using:).md)

### Unwrapping an AES key

- [unwrap(_:using:)](cryptokit/aes/keywrap/unwrap(_:using:).md)

## Relationships

### Conforms To

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