> A ED25519 PKCS8-DER key

```sh
openssl genpkey -out key -algorithm ed25519 -outform DER
```