Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
84
function
getPadding(options) {
85
return
getIntOption(
'padding'
, options);
86
}
87
88
function
getSaltLength(options) {
89
let
saltLength = getIntOption(
'saltLength'
, options);
Callers
3
sig.js
File · 0.85
signOneShot
Function · 0.85
verifyOneShot
Function · 0.85
Calls
1
getIntOption
Function · 0.85
Tested by
no test coverage detected