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

Usage in Deno

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

Type Parameters

PubF extends KeyFormat
PrivF extends KeyFormat

Properties

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