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