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