mirror of
https://github.com/nodejs/node.git
synced 2025-12-28 07:50:41 +00:00
Co-Authored-By: Chris Smith <chrismith@vista.com> Signed-off-by: RafaelGSS <rafael.nunu@hotmail.com> PR-URL: https://github.com/nodejs/node/pull/60609 Refs: https://github.com/nodejs/node/issues/58380 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com> |
||
|---|---|---|
| .. | ||
| BUILD.gn | ||
| 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.