Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/dmarman/sha256algorithm
/ appendOneBit
Function
appendOneBit
src/classes/utils.js:60–62 ·
view source on GitHub ↗
(input)
Source
from the content-addressed store, hash-verified
58
}
59
60
export
function
appendOneBit(input) {
61
return
input + 1;
62
}
63
64
export
function
isMultipleOf512(input) {
65
return
input%512 === 0;
Callers
2
padding
Function · 0.70
paddingExplained
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected