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

Usage in Deno

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

Type

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