MCPcopy Index your code
hub / github.com/nodejs/node / dhGenerateKeys

Function dhGenerateKeys

lib/internal/crypto/diffiehellman.js:160–163  ·  view source on GitHub ↗
(encoding)

Source from the content-addressed store, hash-verified

158 dhGenerateKeys;
159
160function dhGenerateKeys(encoding) {
161 const keys = this[kHandle].generateKeys();
162 return encode(keys, encoding);
163}
164
165
166DiffieHellmanGroup.prototype.computeSecret =

Callers

nothing calls this directly

Calls 1

encodeFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…