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

Function getPadding

lib/internal/crypto/sig.js:84–86  ·  view source on GitHub ↗
(options)

Source from the content-addressed store, hash-verified

82};
83
84function getPadding(options) {
85 return getIntOption('padding', options);
86}
87
88function getSaltLength(options) {
89 let saltLength = getIntOption('saltLength', options);

Callers 3

sig.jsFile · 0.85
signOneShotFunction · 0.85
verifyOneShotFunction · 0.85

Calls 1

getIntOptionFunction · 0.85

Tested by

no test coverage detected