interface ECKeyPairOptionsimport { type ECKeyPairOptions } from "https://dotland.deno.dev/std@0.177.0/node/crypto.ts"; Type ParametersPubF extends KeyFormatPrivF extends KeyFormatPropertiesnamedCurve: stringName of the curve to use. publicKeyEncoding: { type: "pkcs1" | "spki"; format: PubF; }privateKeyEncoding: BasePrivateKeyEncodingOptions<PrivF> & { type: "sec1" | "pkcs8"; }import ECKeyPairOptionsimport { ECKeyPairOptions } from "https://dotland.deno.dev/std@0.177.0/node/crypto.ts";