Skip to main content
X448KeyPairOptions - crypto - Node documentation
interface X448KeyPairOptions

Usage in Deno

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

Type Parameters

PubF extends KeyFormat
PrivF extends KeyFormat

Properties

publicKeyEncoding: { type: "spki"; format: PubF; }