Skip to content

crypto: KeyObject.asymmetricKeySize API

Rodrigo Muino Tomonari requested to merge github/fork/paroga/aks into master

Expose the size of asymetric keys of crypto key object from the crypto module added in v11.6.0 (#24234)

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

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows commit guidelines

Merge request reports

Loading