0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 07:53:06 +01:00
nodejs/deps/ncrypto
James M Snell 62611874d2 src: shift even moar x509 to ncrypto
PR-URL: https://github.com/nodejs/node/pull/54340
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
2024-08-14 14:01:30 -07:00
..
BUILD.gn
engine.cc src: move some X509Certificate stuff to ncrypto 2024-08-12 11:39:45 -07:00
ncrypto.cc src: shift even moar x509 to ncrypto 2024-08-14 14:01:30 -07:00
ncrypto.gyp
ncrypto.h src: shift even moar x509 to ncrypto 2024-08-14 14:01:30 -07:00
README.md
unofficial.gni deps: fix GN build warning in ncrypto 2024-08-11 17:54:31 +00:00

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.