---
title: rawRepresentation
framework: cryptokit
role: symbol
role_heading: Instance Property
path: cryptokit/mldsa65/publickey/rawrepresentation
---

# rawRepresentation

A serialized representation of the public key.

## Declaration

```swift
var rawRepresentation: Data { get }
```

## Discussion

Discussion This property provides a representation of the public key in the FIPS 204 standard serialization format.
