mirror of
https://github.com/nodejs/node.git
synced 2024-11-24 20:29:23 +01:00
6 lines
283 B
Markdown
6 lines
283 B
Markdown
|
# 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.
|