Skip to main content
Go to Latest
interface X448KeyPairOptions
Re-export
import { type X448KeyPairOptions } from "https://deno.land/std@0.177.0/node/crypto.ts";

Type Parameters

PubF extends KeyFormat
PrivF extends KeyFormat

Properties

publicKeyEncoding: { type: "spki"; format: PubF; }
privateKeyEncoding: BasePrivateKeyEncodingOptions<PrivF> & { type: "pkcs8"; }