---
title: XWingMLKEM768X25519.PrivateKey
framework: cryptokit
role: symbol
role_heading: Structure
path: cryptokit/xwingmlkem768x25519/privatekey
---

# XWingMLKEM768X25519.PrivateKey

## Declaration

```swift
struct PrivateKey
```

## Topics

### Creating a private key

- [init(integrityCheckedRepresentation:)](cryptokit/xwingmlkem768x25519/privatekey/init(integritycheckedrepresentation:).md)
- [init(seedRepresentation:publicKey:)](cryptokit/xwingmlkem768x25519/privatekey/init(seedrepresentation:publickey:).md)

### Inspecting a private key’s properties

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

## Relationships

### Conforms To

- [Copyable](swift/copyable.md)
- [Escapable](swift/escapable.md)
- [HPKEKEMPrivateKey](cryptokit/hpkekemprivatekey.md)
- [HPKEKEMPrivateKeyGeneration](cryptokit/hpkekemprivatekeygeneration.md)
- [KEMPrivateKey](cryptokit/kemprivatekey.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Keys

- [XWingMLKEM768X25519.PublicKey](cryptokit/xwingmlkem768x25519/publickey.md)
