> A standard ED25519 SPKI-DER key

```sh
openssl genpkey -algorithm ed25519 | openssl pkey -out key.pub -outform DER
```