MCPcopy 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';
2const common = require('../common');
3if (!common.hasCrypto)
4 common.skip('missing crypto');

Callers

nothing calls this directly

Calls 15

SignFunction · 0.85
VerifyFunction · 0.85
hasOpenSSLFunction · 0.85
testPSSFunction · 0.85
allocMethod · 0.80
randomMethod · 0.80
includesMethod · 0.80
testVerifyFunction · 0.70
updateMethod · 0.65
parseMethod · 0.65
forEachMethod · 0.65
matchMethod · 0.65

Tested by

no test coverage detected