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

Function dhGetGenerator

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

Source from the content-addressed store, hash-verified

191 dhGetGenerator;
192
193function dhGetGenerator(encoding) {
194 const generator = this[kHandle].getGenerator();
195 return encode(generator, encoding);
196}
197
198
199DiffieHellmanGroup.prototype.getPublicKey =

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…