Files
node/lib/internal
Tobias Nießen b4f8537cdc crypto: add crypto.diffieHellman
Currently, Node.js has separate (stateful) APIs for DH/ECDH, and no
support for ECDH-ES. This commit adds a single stateless function to
compute the DH/ECDH/ECDH-ES secret based on two KeyObjects.

PR-URL: https://github.com/nodejs/node/pull/31178
Reviewed-By: Sam Roberts <vieuxtech@gmail.com>
2020-01-21 10:49:20 -04:00
..
2020-01-21 10:49:20 -04:00
2020-01-07 19:26:15 -08:00
2020-01-11 14:06:45 -08:00
2020-01-21 10:49:20 -04:00
2020-01-07 19:26:15 -08:00
2019-11-30 13:58:25 +01:00
2019-12-17 08:11:13 -05:00

Internal Modules

The modules in lib/internal are intended for internal use in Node.js core only, and are not accessible with require() from user modules. These modules can be changed at any time. Reliance on these modules outside of core is not supported in any way.