node/deps/ncrypto
Luigi Pinca 2cff98c853
build: fix missing files warning
This commit fixes the following warning:

    Warning: Missing input files:
    C:\Users\lpinca\node\tools\v8_gypfiles\..\..\deps\v8\third_party\abseil-cpp\absl\strings\internal\has_absl_stringify.h
    C:\Users\lpinca\node\deps\ncrypto\dh-primes.h

https://github.com/nodejs/node/commit/bd3c25cf31282f101196 removed
`'<(ABSEIL_ROOT)/absl/strings/has_absl_stringify.h'` instead of
`'<(ABSEIL_ROOT)/absl/strings/internal/has_absl_stringify.h'`

Refs: https://github.com/nodejs/node/commit/5ab3140dfbf0dfa33a66
Refs: https://github.com/nodejs/node/commit/b9b4cb7731168671d8f4
PR-URL: https://github.com/nodejs/node/pull/57870
Reviewed-By: Darshan Sen <raisinten@gmail.com>
Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
2025-04-19 15:22:06 +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
engine.cc crypto: revert dangerous uses of std::string_view 2025-04-15 12:09:22 +00:00
ncrypto.cc crypto: revert dangerous uses of std::string_view 2025-04-15 12:09:22 +00:00
ncrypto.gyp build: fix missing files warning 2025-04-19 15:22:06 +00:00
ncrypto.h crypto: revert dangerous uses of std::string_view 2025-04-15 12:09:22 +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.