Skip to content

crypto: rename generateKeyPairEdDSA

Now that support for X25519 and X448 has been added, this function is not used exclusively for EdDSA keys anymore. "NID" is the term OpenSSL uses for numerical representations of OIDs such as EVP_PKEY_X448.

Refs: https://github.com/nodejs/node/pull/26774

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines

Merge request reports

Loading