interface X448KeyPairOptions
          
Usage in Deno
import { type X448KeyPairOptions } from "node:crypto";
publicKeyEncoding: { type: "spki"; format: PubF;  }
      
    
privateKeyEncoding: BasePrivateKeyEncodingOptions<PrivF> & { type: "pkcs8";  }