---
title: P256
framework: cryptokit
role: symbol
role_heading: Enumeration
path: cryptokit/p256
---

# P256

An elliptic curve that enables NIST P-256 signatures and key agreement.

## Declaration

```swift
enum P256
```

## Topics

### Performing operations

- [P256.KeyAgreement](cryptokit/p256/keyagreement.md)
- [P256.Signing](cryptokit/p256/signing.md)

## Relationships

### Conforms To

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

## See Also

### Public key cryptography

- [Curve25519](cryptokit/curve25519.md)
- [P521](cryptokit/p521.md)
- [P384](cryptokit/p384.md)
- [SharedSecret](cryptokit/sharedsecret.md)
- [SecureEnclave](cryptokit/secureenclave.md)
- [HPKE](cryptokit/hpke.md)
