0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-28 14:33:11 +01:00
nodejs/deps/ncrypto
James M Snell cf21220893 src: move spkac methods to ncrypto
PR-URL: https://github.com/nodejs/node/pull/53985
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
2024-08-05 07:37:31 -07:00
..
BUILD.gn
engine.cc
ncrypto.cc src: move spkac methods to ncrypto 2024-08-05 07:37:31 -07:00
ncrypto.gyp
ncrypto.h src: move spkac methods to ncrypto 2024-08-05 07:37:31 -07:00
README.md
unofficial.gni

Node.js crypto (ncrypto) library

The ncrypto library extracts the base internal implementation of Node.js crypto operations that support both node:crypto and Web Crypto implementations and makes them available for use in other projects that need to emulate Node.js' behavior.