Skip to main content
Go to Latest
interface ED25519KeyPairOptions
import { type ED25519KeyPairOptions } from "https://deno.land/std@0.145.0/node/internal/crypto/keygen.ts";

Type Parameters

PubF extends KeyFormat
PrivF extends KeyFormat

Properties

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