interfacecrypto.X25519KeyPairOptionsinterface X25519KeyPairOptions<PubF extends KeyFormat, PrivF extends KeyFormat>privateKeyEncoding: BasePrivateKeyEncodingOptions<PrivF> & { type: 'pkcs8' }publicKeyEncoding: { format: PubF; type: 'spki' }