• Returns: {string[]} An array with the names of the supported elliptic curves.
    1. const curves = crypto.getCurves();
    2. console.log(curves); // ['Oakley-EC2N-3', 'Oakley-EC2N-4', ...]