mirror of
https://github.com/nodejs/node.git
synced 2024-11-21 10:59:27 +00:00
99c6e4e6e4
PR-URL: https://github.com/nodejs/node/pull/55425 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> |
||
---|---|---|
.. | ||
BUILD.gn | ||
dh-primes.h | ||
engine.cc | ||
ncrypto.cc | ||
ncrypto.gyp | ||
ncrypto.h | ||
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.