mirror of https://github.com/nodejs/node.git
a5ed762d82
Fixes: https://github.com/nodejs/node/issues/56611 PR-URL: https://github.com/nodejs/node/pull/56612 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Michael Dawson <midawson@redhat.com> Reviewed-By: Ulises Gascón <ulisesgascongonzalez@gmail.com> |
||
---|---|---|
.. | ||
BUILD.gn | ||
README.md | ||
dh-primes.h | ||
engine.cc | ||
ncrypto.cc | ||
ncrypto.gyp | ||
ncrypto.h | ||
unofficial.gni |
README.md
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.