import { type ECKeyPairOptions } from "https://deno.land/std@0.160.0/node/crypto.ts";
Properties
publicKeyEncoding: { type: "pkcs1" | "spki"; format: PubF; }
privateKeyEncoding: BasePrivateKeyEncodingOptions<PrivF> & { type: "sec1" | "pkcs8"; }
import { type ECKeyPairOptions } from "https://deno.land/std@0.160.0/node/crypto.ts";