Skip to main content
X25519KeyPairOptions.privateKeyEncoding - crypto - Node documentation
property X25519KeyPairOptions.privateKeyEncoding

Usage in Deno

import { type X25519KeyPairOptions } from "node:crypto";

Type

BasePrivateKeyEncodingOptions<PrivF> & { type: "pkcs8"; }