---
title: publicKey
framework: cryptokit
role: symbol
role_heading: Instance Property
path: cryptokit/mlkem768/privatekey/publickey
---

# publicKey

The corresponding public key.

## Declaration

```swift
var publicKey: MLKEM768.PublicKey { get }
```

## See Also

### Inspecting a private key’s properties

- [integrityCheckedRepresentation](cryptokit/mlkem768/privatekey/integritycheckedrepresentation.md)
- [seedRepresentation](cryptokit/mlkem768/privatekey/seedrepresentation.md)
