interface ED448KeyPairOptionsimport { type ED448KeyPairOptions } from "https://dotland.deno.dev/std@0.177.0/node/crypto.ts"; Type ParametersPubF extends KeyFormatPrivF extends KeyFormatPropertiespublicKeyEncoding: { type: "spki"; format: PubF; }privateKeyEncoding: BasePrivateKeyEncodingOptions<PrivF> & { type: "pkcs8"; }import ED448KeyPairOptionsimport { ED448KeyPairOptions } from "https://dotland.deno.dev/std@0.177.0/node/crypto.ts";