Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
14
function
readKeyPair(publicKeyName, privateKeyName) {
15
return
{
16
publicKey: readKey(publicKeyName),
17
privateKey: readKey(privateKeyName),
18
};
19
}
20
21
const
keyFixtures = {};
22
Callers
1
kem.js
File · 0.70
Calls
1
readKey
Function · 0.70
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…