property ED25519KeyPairOptions.privateKeyEncoding
Usage in Deno
```typescript import { type ED25519KeyPairOptions } from "node:node__crypto.d.ts"; ```BasePrivateKeyEncodingOptions<PrivF> & { type: "pkcs8"; }
BasePrivateKeyEncodingOptions<PrivF> & { type: "pkcs8"; }