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

Usage in Deno

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

Type Parameters

PubF extends KeyFormat
PrivF extends KeyFormat

Properties

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