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

# rawRepresentation

A representation of the Curve25519 public key as a collection of bytes.

## Declaration

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