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

Function createDecipheriv

lib/crypto.js:153–155  ·  view source on GitHub ↗
(cipher, key, iv, options)

Source from the content-addressed store, hash-verified

151}
152
153function createDecipheriv(cipher, key, iv, options) {
154 return new Decipheriv(cipher, key, iv, options);
155}
156
157function createDiffieHellman(sizeOrKey, keyEncoding, generator, genEncoding) {
158 return new DiffieHellman(sizeOrKey, keyEncoding, generator, genEncoding);

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…