# CryptoEd448KeyShape

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

Ed448 key shape.

```ds title="CryptoEd448KeyShape"
export struct CryptoEd448KeyShape {
    algorithm: "ed448";
}
```

[language/library/src/crypto/binding/key.ds:47:50](https://github.com/destack-sh/destack/blob/main/language/library/src/crypto/binding/key.ds#L47-L50)

## Members

### `algorithm: "ed448"`

Shape discriminator.
