Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node
/ test-crypto-sign-verify.js
File
test-crypto-sign-verify.js
test/parallel/test-crypto-sign-verify.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
'use strict'
;
2
const
common = require(
'../common'
);
3
if
(!common.hasCrypto)
4
common.skip(
'missing crypto'
);
Callers
nothing calls this directly
Calls
15
Sign
Function · 0.85
Verify
Function · 0.85
hasOpenSSL
Function · 0.85
testPSS
Function · 0.85
alloc
Method · 0.80
random
Method · 0.80
includes
Method · 0.80
testVerify
Function · 0.70
update
Method · 0.65
parse
Method · 0.65
forEach
Method · 0.65
match
Method · 0.65
Tested by
no test coverage detected