Go to Latest
interface X25519KeyPairOptions
import { type X25519KeyPairOptions } from "https://dotland.deno.dev/std@0.145.0/node/crypto.ts";

Type Parameters

PubF extends KeyFormat
PrivF extends KeyFormat

Properties

publicKeyEncoding: { type: "spki"; format: PubF; }
privateKeyEncoding: BasePrivateKeyEncodingOptions<PrivF> & { type: "pkcs8"; }
import X25519KeyPairOptions
import { X25519KeyPairOptions } from "https://dotland.deno.dev/std@0.145.0/node/crypto.ts";