interface ECKeyPairKeyObjectOptions
          
Usage in Deno
import { type ECKeyPairKeyObjectOptions } from "node:crypto";
namedCurve: string
      
    Name of the curve to use
optional
paramEncoding: "explicit"
 | "named"
 | undefined
      
    Must be 'named' or 'explicit'. Default: 'named'.