node/deps/ncrypto
James M Snell a5ed762d82
deps: fixup some minor coverity warnings
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>
2025-01-19 16:55:54 +00:00
..
BUILD.gn deps: start working on ncrypto dep 2024-07-18 06:56:53 -07:00
README.md deps: start working on ncrypto dep 2024-07-18 06:56:53 -07:00
dh-primes.h build: apply cpp linting and formatting to ncrypto 2024-11-10 17:40:16 +00:00
engine.cc build: apply cpp linting and formatting to ncrypto 2024-11-10 17:40:16 +00:00
ncrypto.cc deps: fixup some minor coverity warnings 2025-01-19 16:55:54 +00:00
ncrypto.gyp src: move more crypto_dh.cc code to ncrypto 2024-08-27 07:27:12 -07:00
ncrypto.h src: update ECKeyPointer in ncrypto 2025-01-14 23:54:40 +00:00
unofficial.gni build: use variable for crypto dep path 2024-11-23 11:06:02 +00:00

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.