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

Function readKeyPair

benchmark/crypto/kem.js:14–19  ·  view source on GitHub ↗
(publicKeyName, privateKeyName)

Source from the content-addressed store, hash-verified

12}
13
14function readKeyPair(publicKeyName, privateKeyName) {
15 return {
16 publicKey: readKey(publicKeyName),
17 privateKey: readKey(privateKeyName),
18 };
19}
20
21const keyFixtures = {};
22

Callers 1

kem.jsFile · 0.70

Calls 1

readKeyFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…