crypto.getCurves()
Returns an array with the names of the supported elliptic curves.
Example:
const curves = crypto.getCurves(); console.log(curves); // ['secp256k1', 'secp384r1', ...]
crypto.getCurves()
Returns an array with the names of the supported elliptic curves.
Example:
const curves = crypto.getCurves(); console.log(curves); // ['secp256k1', 'secp384r1', ...]
Please login to continue.