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