node/deps/ncrypto
Shelley Vohr 23c4e941c2
crypto: remove BoringSSL dh-primes addition
PR-URL: https://github.com/nodejs/node/pull/57023
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
2025-05-19 12:13:53 +02:00
..
BUILD.gn
engine.cc build: apply cpp linting and formatting to ncrypto 2024-11-27 11:03:34 -05:00
ncrypto.cc crypto: remove BoringSSL dh-primes addition 2025-05-19 12:13:53 +02:00
ncrypto.gyp src: move more crypto_dh.cc code to ncrypto 2024-08-30 15:52:14 -03:00
ncrypto.h src: update ECKeyPointer in ncrypto 2025-02-03 20:10:01 +01:00
README.md
unofficial.gni build: use variable for crypto dep path 2025-01-05 12:57:24 -05: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.