interface ED448KeyPairOptions
Usage in Deno
```typescript import { type ED448KeyPairOptions } from "node:node__crypto.d.ts"; ```
publicKeyEncoding: { type: "spki"; format: PubF; }
privateKeyEncoding: BasePrivateKeyEncodingOptions<PrivF> & { type: "pkcs8"; }