node/deps/ncrypto
Filip Skokan 550f195277 crypto: wire ML-DSA and ML-KEM for use when using BoringSSL
Signed-off-by: Filip Skokan <panva.ip@gmail.com>
PR-URL: https://github.com/nodejs/node/pull/63255
Refs: https://github.com/electron/electron/issues/36256
Refs: https://github.com/electron/electron/issues/41720
Refs: https://github.com/electron/electron/pull/51127
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
2026-05-17 18:18:14 +00:00
..
BUILD.gn
engine.cc crypto: revert dangerous uses of std::string_view 2025-04-15 12:09:22 +00:00
ncrypto.cc crypto: wire ML-DSA and ML-KEM for use when using BoringSSL 2026-05-17 18:18:14 +00:00
ncrypto.gyp src: add BoringSSL EVP enumeration fallback 2026-05-11 15:36:55 +00:00
ncrypto.h crypto: wire ML-DSA and ML-KEM for use when using BoringSSL 2026-05-17 18:18:14 +00:00
README.md
unofficial.gni build: use variable for crypto dep path 2024-11-23 11:06:02 +00: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.