# CryptoX448KeyShape

`import { CryptoX448KeyShape } from "destack:crypto/binding";`

X448 key shape.

```ds title="CryptoX448KeyShape"
export struct CryptoX448KeyShape {
    algorithm: "x448";
}
```

[language/library/src/crypto/binding/key.ds:59:62](https://github.com/destack-sh/destack/blob/main/language/library/src/crypto/binding/key.ds#L59-L62)

## Members

### `algorithm: "x448"`

Shape discriminator.
