Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/dmarman/sha256algorithm
/ isMultipleOf512
Function
isMultipleOf512
src/classes/utils.js:64–66 ·
view source on GitHub ↗
(input)
Source
from the content-addressed store, hash-verified
62
}
63
64
export
function
isMultipleOf512(input) {
65
return
input%512 === 0;
66
}
67
68
export
function
calculateK(L) {
69
let
K = 0;
Callers
1
calculateK
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected